JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-01-14T03:29:17.400Z||main|||||INFO|500||The following profiles are active: basic 2022-01-14T03:29:26.849Z||main|||||INFO|500||Starting service [Tomcat] 2022-01-14T03:29:26.850Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-01-14T03:29:26.955Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-01-14T03:29:29.405Z||main|||||INFO|500||catdb-pool - Starting... 2022-01-14T03:29:29.584Z||main|||||INFO|500||catdb-pool - Start completed. 2022-01-14T03:29:29.968Z||main|||||INFO|500||reqdb-pool - Starting... 2022-01-14T03:29:29.975Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-01-14T03:29:30.058Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-01-14T03:29:30.191Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-01-14T03:29:30.560Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-01-14T03:29:31.334Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-01-14T03:29:33.231Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-01-14T03:29:33.279Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-01-14T03:29:33.840Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-01-14T03:29:34.055Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-01-14T03:29:35.201Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-01-14T03:29:36.201Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-01-14T03:29:36.216Z||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$$d192f0e0.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-01-14T03:29:36.216Z||main|||||WARN|500||The sdc end point is not alive 2022-01-14T03:29:39.301Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-01-14T03:29:41.852Z||main|||||WARN|500||--- 2022-01-14T03:29:41.853Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-01-14T03:29:41.853Z||main|||||WARN|500||--- 2022-01-14T03:29:42.248Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-01-14T03:29:46.378Z||main|||||INFO|500||Started Application in 33.431 seconds (JVM running for 34.572) 2022-01-14T03:29:46.401Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:29:46.403Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:29:46.442Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:29:46.469Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:29:46.545Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6c4016e7-34f2-4aaa-ae92-9f7ea2f8f399 url= /sdc/v1/artifactTypes 2022-01-14T03:29:46.546Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:29:47.628Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-01-14T03:29:47.632Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7b33b478 2022-01-14T03:29:47.633Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:29:47.647Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:29:47.649Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:29:47.652Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-01-14T03:30:36.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:30:36.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:30:36.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:30:36.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:30:36.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5836ba32-303e-40ef-9eaa-0e5782d48ab7 url= /sdc/v1/artifactTypes 2022-01-14T03:30:36.382Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:30:37.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-01-14T03:30:37.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7e6dc289 2022-01-14T03:30:37.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:30:37.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:30:37.422Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:30:37.422Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-01-14T03:31:26.375Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:31:26.376Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:31:26.377Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:31:26.379Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:31:26.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 29d38f86-af1d-418f-81ae-21a104917def url= /sdc/v1/artifactTypes 2022-01-14T03:31:26.386Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:31:27.435Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-01-14T03:31:27.436Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4ac50fed 2022-01-14T03:31:27.436Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:31:27.436Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:31:27.437Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:31:27.438Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-01-14T03:32:16.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:32:16.374Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:32:16.375Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:32:16.381Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:32:16.392Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 78d990b5-a7ad-493e-919c-cb83cedd4701 url= /sdc/v1/artifactTypes 2022-01-14T03:32:16.392Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:32:17.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:32:17.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@b9c7515 2022-01-14T03:32:17.422Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:32:17.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:32:17.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:32:17.424Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:33:06.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:33:06.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:33:06.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:33:06.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:33:06.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3655dfe7-f95f-4a31-a096-37e7b4a948a5 url= /sdc/v1/artifactTypes 2022-01-14T03:33:06.382Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:33:07.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:33:07.405Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@17e8ae9d 2022-01-14T03:33:07.406Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:33:07.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:33:07.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:33:07.407Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:33:56.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:33:56.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:33:56.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:33:56.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:33:56.381Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9736ab66-856f-409a-ae40-9b26a76ce47a url= /sdc/v1/artifactTypes 2022-01-14T03:33:56.382Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:33:57.419Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:33:57.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47aa7315 2022-01-14T03:33:57.420Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:33:57.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:33:57.427Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:33:57.427Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:34:46.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:34:46.375Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:34:46.376Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:34:46.379Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:34:46.386Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 885ca5bf-3d43-4055-a58e-f697627178f6 url= /sdc/v1/artifactTypes 2022-01-14T03:34:46.387Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:34:47.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:34:47.405Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4c1882a 2022-01-14T03:34:47.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:34:47.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:34:47.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:34:47.407Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:35:36.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:35:36.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:35:36.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:35:36.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:35:36.381Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 331a7423-132d-4a5f-8851-f0391259661c url= /sdc/v1/artifactTypes 2022-01-14T03:35:36.381Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:35:37.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:35:37.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7257a5a8 2022-01-14T03:35:37.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:35:37.421Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:35:37.421Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:35:37.422Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:36:26.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:36:26.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:36:26.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:36:26.377Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:36:26.385Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 12248ca1-0ca1-4382-9421-a51263f801ed url= /sdc/v1/artifactTypes 2022-01-14T03:36:26.386Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:36:27.436Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:36:27.437Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@68c97084 2022-01-14T03:36:27.437Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:36:27.438Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:36:27.438Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:36:27.438Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:37:16.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:37:16.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:37:16.372Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:37:16.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:37:16.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 289f927f-109d-4e3f-bae1-c94e667307bd url= /sdc/v1/artifactTypes 2022-01-14T03:37:16.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:37:17.422Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:37:17.423Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@421aaae1 2022-01-14T03:37:17.423Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:37:17.423Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:37:17.423Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:37:17.423Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:38:06.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:38:06.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:38:06.372Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:38:06.374Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:38:06.379Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c52eb0e-aa8f-4780-8e49-4d792ec137a3 url= /sdc/v1/artifactTypes 2022-01-14T03:38:06.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:38:07.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:38:07.404Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@3eeba5d6 2022-01-14T03:38:07.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:38:07.405Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:38:07.405Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:38:07.406Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:38:56.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:38:56.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:38:56.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:38:56.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:38:56.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4e41f128-8652-46da-85a4-48a8899b63a0 url= /sdc/v1/artifactTypes 2022-01-14T03:38:56.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:38:57.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:38:57.421Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@387929a2 2022-01-14T03:38:57.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:38:57.422Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:38:57.422Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:38:57.423Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:39:19.327Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-01-14T03:39:46.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:39:46.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:39:46.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:39:46.375Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:39:46.380Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 30967ae8-460d-483f-8953-2ef01e5bdaa8 url= /sdc/v1/artifactTypes 2022-01-14T03:39:46.380Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:39:47.404Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:39:47.404Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@46872471 2022-01-14T03:39:47.405Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:39:47.405Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:39:47.405Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:39:47.406Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:40:36.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:40:36.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:40:36.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:40:36.378Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:40:36.384Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 001f5e45-1312-4885-9f62-c0941e6df734 url= /sdc/v1/artifactTypes 2022-01-14T03:40:36.384Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:40:37.420Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:40:37.420Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@44f4deba 2022-01-14T03:40:37.421Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:40:37.421Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:40:37.421Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:40:37.422Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:41:26.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:41:26.372Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:41:26.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:41:26.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:41:26.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8603bdd9-7245-4752-bb3b-3c7ae3e5b075 url= /sdc/v1/artifactTypes 2022-01-14T03:41:26.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:41:27.405Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:41:27.406Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49d4ce8e 2022-01-14T03:41:27.406Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:41:27.406Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:41:27.406Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:41:27.407Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:42:16.373Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:42:16.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:42:16.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:42:16.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:42:16.383Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= df452a23-8ef0-4b3e-ae0e-0f3c39eee53a url= /sdc/v1/artifactTypes 2022-01-14T03:42:16.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:42:17.418Z||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.18.60] 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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-01-14T03:42:17.419Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31cb9f4e 2022-01-14T03:42:17.419Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-01-14T03:42:17.419Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-01-14T03:42:17.419Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-01-14T03:42:17.420Z||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$$d5cd78b8.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-01-14T03:43:06.372Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-01-14T03:43:06.373Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-01-14T03:43:06.373Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-01-14T03:43:06.376Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-01-14T03:43:06.382Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90611a40-57c2-44fd-91e9-d80723e32903 url= /sdc/v1/artifactTypes 2022-01-14T03:43:06.383Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-01-14T03:43:06.844Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-01-14T03:43:06.850Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-01-14T03:43:06.869Z||scheduling-1|||||DEBUG|500||create keys 2022-01-14T03:43:06.874Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-01-14T03:43:06.921Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:43:06.935Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 81ca1744-d5f0-4234-bd94-0e4f7179d908 url= /sdc/v1/registerForDistribution 2022-01-14T03:43:07.521Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 81ca1744-d5f0-4234-bd94-0e4f7179d908 url= /sdc/v1/registerForDistribution 2022-01-14T03:43:07.522Z||scheduling-1|||||INFO|500||start DistributionClient 2022-01-14T03:43:07.530Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:43:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:43:07.535Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:43:07.535Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:43:07.535Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:43:07.535Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-01-14T03:43:07.535Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:43:18.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:43:18.348Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:44:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:44:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:44:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:44:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:44:07.533Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:44:07.533Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:44:17.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:44:17.090Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:45:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:45:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:45:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:45:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:45:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:45:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:45:17.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:45:17.085Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:46:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:46:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:46:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T03:46:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:46:07.533Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:46:07.533Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:46:17.083Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:46:17.086Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:47:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:47:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:47:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:47:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:47:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:47:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:47:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:47:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:48:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:48:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:48:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:48:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:48:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:48:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:48:17.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:48:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:49:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:49:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:49:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:49:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:49:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:49:07.533Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:49:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:49:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:50:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:50:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:50:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:50:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:50:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:50:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:50:17.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:50:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:51:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:51:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:51:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:51:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:51:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:51:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:51:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:51:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:52:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:52:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:52:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:52:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:52:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:52:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:52:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:52:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:53:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:53:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:53:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:53:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:53:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:53:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:53:17.084Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:53:17.084Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:54:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:54:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:54:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:54:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:54:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:54:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:54:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:54:17.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:55:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:55:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:55:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:55:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:55:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:55:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:55:17.085Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:55:17.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:56:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:56:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:56:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:56:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:56:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:56:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:56:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:56:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:57:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:57:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:57:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:57:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:57:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:57:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:57:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:57:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:58:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:58:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:58:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:58:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:58:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:58:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:58:17.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:58:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:59:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:59:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:59:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:59:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T03:59:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T03:59:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T03:59:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T03:59:17.085Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:00:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:00:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:00:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:00:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:00:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:00:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:00:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:00:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:01:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:01:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:01:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:01:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:01:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:01:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:01:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:01:17.082Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:02:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:02:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:02:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:02:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:02:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:02:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:02:17.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:02:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:03:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:03:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:03:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:03:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:03:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:03:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:03:17.081Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:03:17.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:04:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:04:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:04:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:04:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:04:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:04:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:04:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:04:17.096Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:05:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:05:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:05:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:05:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:05:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:05:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:05:17.073Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:05:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:06:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:06:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:06:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:06:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:06:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:06:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:06:17.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:06:17.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:07:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:07:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:07:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:07:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:07:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:07:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:07:17.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:07:17.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:08:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:08:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:08:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:08:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:08:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:08:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:08:17.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:08:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:09:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:09:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:09:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:09:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:09:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:09:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:09:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:09:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:10:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:10:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:10:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:10:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:10:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:10:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:10:17.083Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:10:17.083Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:11:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:11:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:11:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:11:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:11:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:11:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:11:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:11:17.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:12:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:12:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:12:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:12:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:12:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:12:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:12:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:12:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:13:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:13:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:13:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:13:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:13:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:13:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:13:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:13:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:14:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:14:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:14:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:14:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:14:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:14:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:14:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:14:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:15:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:15:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:15:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:15:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:15:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:15:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:15:17.071Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:15:17.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:16:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:16:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:16:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:16:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:16:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:16:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:16:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:16:17.081Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:17:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:17:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:17:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:17:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:17:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:17:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:17:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:17:17.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:18:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:18:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:18:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:18:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:18:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:18:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:18:17.086Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:18:17.089Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:19:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:19:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:19:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:19:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:19:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:19:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:19:17.080Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:19:17.080Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:20:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:20:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:20:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:20:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:20:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:20:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:20:17.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:20:17.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:21:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:21:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:21:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T04:21:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:21:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:21:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:21:17.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:21:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:22:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:22:07.529Z||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. 2022-01-14T04:22:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:22:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:22:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:22:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:22:17.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:22:17.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:23:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:23:07.530Z||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. 2022-01-14T04:23:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:23:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:23:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:23:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:23:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:23:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:24:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:24:07.530Z||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. 2022-01-14T04:24:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:24:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:24:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:24:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:24:17.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:24:17.083Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:25:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:25:07.530Z||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. 2022-01-14T04:25:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:25:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:25:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:25:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:25:17.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:25:17.085Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:26:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:26:07.529Z||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. 2022-01-14T04:26:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:26:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:26:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:26:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:26:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:26:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:27:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:27:07.530Z||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. 2022-01-14T04:27:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:27:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:27:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:27:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:27:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:27:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:28:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:28:07.529Z||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. 2022-01-14T04:28:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:28:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:28:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:28:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:28:17.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:28:17.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:29:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:29:07.529Z||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. 2022-01-14T04:29:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:29:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:29:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:29:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:29:17.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:29:17.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:30:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:30:07.530Z||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. 2022-01-14T04:30:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:30:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:30:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:30:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:30:17.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:30:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:31:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:31:07.530Z||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. 2022-01-14T04:31:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:31:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:31:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:31:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:31:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:31:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:32:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:32:07.529Z||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. 2022-01-14T04:32:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:32:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:32:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:32:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:32:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:32:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:33:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:33:07.530Z||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. 2022-01-14T04:33:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:33:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:33:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:33:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:33:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:33:17.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:34:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:34:07.530Z||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. 2022-01-14T04:34:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:34:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:34:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:34:07.533Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:34:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:34:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:35:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:35:07.530Z||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. 2022-01-14T04:35:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:35:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:35:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:35:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:35:17.081Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:35:17.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:36:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:36:07.529Z||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. 2022-01-14T04:36:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:36:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:36:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:36:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:36:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:36:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:37:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:37:07.530Z||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. 2022-01-14T04:37:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:37:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:37:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:37:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:37:17.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:37:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:38:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:38:07.530Z||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. 2022-01-14T04:38:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:38:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:38:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:38:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:38:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:38:17.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:39:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:39:07.530Z||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. 2022-01-14T04:39:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:39:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:39:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:39:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:39:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:39:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:40:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:40:07.529Z||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. 2022-01-14T04:40:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:40:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:40:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:40:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:40:17.077Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:40:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:41:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:41:07.530Z||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. 2022-01-14T04:41:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:41:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:41:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:41:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:41:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:41:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:42:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:42:07.529Z||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. 2022-01-14T04:42:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:42:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:42:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:42:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:42:17.084Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:42:17.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:43:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:43:07.529Z||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. 2022-01-14T04:43:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:43:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:43:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:43:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:43:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:43:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:44:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:44:07.530Z||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. 2022-01-14T04:44:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:44:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:44:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:44:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:44:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:44:17.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:45:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:45:07.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:45:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:45:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:45:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:45:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:45:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:45:17.080Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:46:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:46:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:46:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:46:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:46:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:46:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:46:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:46:17.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:47:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:47:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:47:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:47:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:47:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:47:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:47:17.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:47:17.081Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:48:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:48:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:48:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:48:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:48:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:48:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:48:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:48:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:49:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:49:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:49:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:49:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:49:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:49:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:49:17.070Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:49:17.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:50:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:50:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:50:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:50:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:50:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:50:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:50:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:50:17.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:51:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:51:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:51:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:51:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:51:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:51:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:51:17.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:51:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:52:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:52:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:52:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:52:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:52:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:52:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:52:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:52:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:53:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:53:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:53:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:53:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:53:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:53:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:53:17.074Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:53:17.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:54:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:54:07.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:54:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:54:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:54:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:54:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:54:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:54:17.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:55:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:55:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:55:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:55:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:55:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:55:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:55:17.076Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:55:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:56:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:56:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:56:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:56:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:56:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:56:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:56:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:56:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:57:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:57:07.530Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:57:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:57:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:57:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:57:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:57:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:57:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:58:07.529Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:58:07.529Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:58:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:58:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:58:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:58:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:58:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:58:17.083Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:59:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:59:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:59:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:59:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T04:59:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T04:59:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T04:59:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T04:59:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:00:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:00:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:00:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:00:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:00:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:00:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:00:17.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:00:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:01:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:01:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:01:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:01:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:01:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:01:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:01:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:01:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:02:07.530Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:02:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:02:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:02:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:02:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:02:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:02:17.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:02:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:03:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:03:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:03:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:03:07.578Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:03:07.579Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:03:07.579Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:03:17.122Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:03:17.126Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:04:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:04:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:04:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:04:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:04:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:04:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:04:17.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:04:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:05:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:05:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:05:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:05:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:05:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:05:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:05:17.077Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:05:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:06:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:06:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:06:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:06:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:06:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:06:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:06:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:06:17.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:07:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:07:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:07:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:07:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:07:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:07:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:07:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:07:17.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:08:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:08:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:08:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:08:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:08:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:08:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:08:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:08:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:09:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:09:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:09:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:09:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:09:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:09:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:09:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:09:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:10:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:10:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:10:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:10:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:10:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:10:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:10:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:10:17.081Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:11:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:11:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:11:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:11:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:11:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:11:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:11:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:11:17.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:12:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:12:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:12:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:12:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:12:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:12:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:12:17.078Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:12:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:13:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:13:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:13:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:13:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:13:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:13:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:13:17.094Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:13:17.096Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:14:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:14:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:14:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:14:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:14:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:14:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:14:17.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:14:17.076Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:15:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:15:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:15:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:15:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:15:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:15:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:15:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:15:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:16:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:16:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:16:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:16:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:16:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:16:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:16:17.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:16:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:17:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:17:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:17:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:17:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:17:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:17:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:17:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:17:17.082Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:18:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:18:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:18:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:18:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:18:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:18:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:18:17.071Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:18:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:19:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:19:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:19:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:19:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:19:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:19:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:19:17.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:19:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:20:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:20:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:20:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:20:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:20:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:20:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:20:17.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:20:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:21:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:21:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:21:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:21:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:21:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:21:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:21:17.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:21:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:22:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:22:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:22:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:22:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:22:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:22:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:22:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:22:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:23:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:23:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:23:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:23:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:23:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:23:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:23:17.078Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:23:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:24:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:24:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:24:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:24:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:24:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:24:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:24:17.071Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:24:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:25:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:25:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:25:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:25:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:25:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:25:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:25:17.078Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:25:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:26:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:26:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:26:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:26:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:26:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:26:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:26:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:26:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:27:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:27:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:27:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:27:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:27:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:27:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:27:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:27:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:28:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:28:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:28:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:28:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:28:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:28:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:28:17.073Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:28:17.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:29:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:29:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:29:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:29:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:29:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:29:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:29:17.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:29:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:30:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:30:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:30:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:30:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:30:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:30:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:30:17.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:30:17.075Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:31:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:31:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:31:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:31:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:31:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:31:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:31:17.080Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:31:17.080Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:32:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:32:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:32:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:32:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:32:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:32:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:32:17.072Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:32:17.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:33:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:33:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:33:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:33:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:33:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:33:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:33:17.077Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:33:17.077Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:34:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:34:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:34:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:34:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:34:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:34:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:34:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:34:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:35:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:35:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:35:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:35:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:35:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:35:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:35:17.074Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:35:17.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:36:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:36:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:36:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:36:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:36:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:36:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:36:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:36:17.079Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:37:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:37:07.530Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:37:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:37:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:37:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:37:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:37:17.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:37:17.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:38:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:38:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:38:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:38:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:38:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:38:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:38:17.084Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:38:17.085Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:39:07.529Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:39:07.529Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:39:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:39:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:39:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:39:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:39:17.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:39:17.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:40:07.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:40:07.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:40:07.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T05:40:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:40:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:40:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:40:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:40:17.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:41:07.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:41:07.530Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:41:07.530Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T05:41:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:41:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:41:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:41:17.075Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:41:17.081Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:42:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:42:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:42:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:42:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:42:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:42:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:42:17.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:42:17.076Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:43:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:43:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:43:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:43:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:43:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:43:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:43:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:43:17.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:44:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:44:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:44:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:44:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:44:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:44:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:44:17.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:44:17.082Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:45:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:45:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:45:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:45:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:45:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:45:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:45:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:45:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:46:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:46:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:46:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:46:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:46:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:46:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:46:17.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:46:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:47:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:47:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:47:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:47:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:47:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:47:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:47:17.071Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:47:17.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:48:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:48:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:48:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:48:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:48:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:48:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:48:17.074Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:48:17.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:49:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:49:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:49:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:49:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:49:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:49:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:49:17.079Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:49:17.079Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:50:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:50:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:50:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:50:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:50:07.532Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:50:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:50:17.076Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:50:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:51:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:51:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:51:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:51:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:51:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:51:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:51:17.080Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:51:17.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:52:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:52:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:52:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:52:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:52:07.532Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:52:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:52:17.073Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:52:17.075Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:53:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:53:07.530Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:53:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:53:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:53:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:53:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:53:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:53:17.077Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:54:07.529Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:54:07.529Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:54:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:54:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:54:07.532Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:54:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:54:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:54:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:55:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:55:07.529Z||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. 2022-01-14T05:55:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:55:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:55:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:55:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:55:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:55:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:56:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:56:07.529Z||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. 2022-01-14T05:56:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:56:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:56:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:56:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:56:17.082Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:56:17.082Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:57:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:57:07.529Z||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. 2022-01-14T05:57:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:57:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:57:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:57:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:57:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:57:17.078Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:58:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:58:07.529Z||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. 2022-01-14T05:58:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:58:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:58:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:58:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:58:17.074Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:58:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:59:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:59:07.529Z||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. 2022-01-14T05:59:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:59:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T05:59:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T05:59:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T05:59:17.074Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T05:59:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:00:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:00:07.529Z||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. 2022-01-14T06:00:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:00:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:00:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:00:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:00:17.077Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:00:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:01:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:01:07.530Z||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. 2022-01-14T06:01:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:01:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:01:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:01:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:01:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:01:17.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:02:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:02:07.530Z||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. 2022-01-14T06:02:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:02:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:02:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:02:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:02:17.075Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:02:17.076Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:03:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:03:07.529Z||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. 2022-01-14T06:03:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:03:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:03:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:03:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:03:17.079Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:03:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:04:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:04:07.529Z||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. 2022-01-14T06:04:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:04:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:04:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:04:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:04:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:04:17.081Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:05:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:05:07.529Z||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. 2022-01-14T06:05:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:05:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:05:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:05:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:05:17.078Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:05:17.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:06:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:06:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:06:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:06:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:06:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:06:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:06:17.076Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:06:17.079Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:07:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:07:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:07:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:07:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:07:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:07:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:07:17.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:07:17.079Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:08:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:08:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:08:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:08:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:08:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:08:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:08:17.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:08:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:09:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:09:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:09:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:09:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:09:07.531Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:09:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:09:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:09:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:10:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:10:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:10:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:10:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:10:07.531Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:10:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:10:17.077Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:10:17.078Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:11:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:11:07.529Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:11:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:11:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:11:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:11:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:11:17.075Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:11:17.078Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:12:07.529Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:12:07.530Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:12:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:12:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:12:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:12:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:12:17.082Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:12:17.082Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:13:07.529Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:13:07.529Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:13:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:13:07.531Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:13:07.532Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:13:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:13:17.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:13:17.082Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:14:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:14:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:14:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:14:07.531Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:14:07.532Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:14:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:14:17.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:14:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:15:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:15:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:15:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:15:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:15:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:15:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:15:17.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:15:17.095Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:16:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:16:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:16:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:16:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:16:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:16:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:16:17.071Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:16:17.075Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:17:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:17:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:17:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:17:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:17:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:17:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:17:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:17:17.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:18:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:18:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:18:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:18:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:18:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:18:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:18:17.073Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:18:17.075Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:19:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:19:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:19:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:19:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:19:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:19:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:19:17.075Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:19:17.076Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:20:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:20:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:20:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:20:07.531Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:20:07.531Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:20:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:20:17.081Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:20:17.081Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:21:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:21:07.530Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:21:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:21:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:21:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:21:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:21:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:21:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:22:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:22:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:22:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:22:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:22:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:22:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:22:17.083Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:22:17.083Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:23:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:23:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:23:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:23:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:23:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:23:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:23:17.076Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:23:17.077Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:24:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:24:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:24:07.529Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:24:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:24:07.531Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:24:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:24:17.078Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:24:17.079Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:25:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:25:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:25:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:25:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:25:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:25:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:25:17.076Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:25:17.080Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:26:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:26:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:26:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:26:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:26:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:26:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:26:17.128Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:26:17.128Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:27:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:27:07.530Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:27:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:27:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:27:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:27:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:27:17.075Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:27:17.080Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:07.529Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:28:07.529Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:28:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:28:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:28:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:07.662Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:07.670Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.670Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141666251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141674523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "ves-openapi-manager", "timestamp": 1642141668659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141665918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "dcae-sch", "timestamp": 1642141673627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141670915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141666251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "ves-openapi-manager", "timestamp": 1642141668659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141674523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141665918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "dcae-sch", "timestamp": 1642141673627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141670915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141666251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "ves-openapi-manager", "timestamp": 1642141668659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141674523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141665918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "dcae-sch", "timestamp": 1642141673627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141670915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141677013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141666251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "ves-openapi-manager", "timestamp": 1642141668659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "dcae-sch", "timestamp": 1642141673627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141665918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141674523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141670915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141677013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141666251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "ves-openapi-manager", "timestamp": 1642141668659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "dcae-sch", "timestamp": 1642141673627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141665918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141674523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141670915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141677013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141666251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "ves-openapi-manager", "timestamp": 1642141668659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "dcae-sch", "timestamp": 1642141673627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141665918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141674523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141670915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141677013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141666251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "dcae-sch", "timestamp": 1642141673627, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "ves-openapi-manager", "timestamp": 1642141668659, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141665918, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141674523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141670915, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141677013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141682685, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141682692, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141677013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141682708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "cds", "timestamp": 1642141683700, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:28:07.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04 2022-01-14T06:28:07.859Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:28:07.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141677013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:28:07.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:07.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141683716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:28:07.885Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:28:07.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141684069, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:07.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:28:07.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "policy-id", "timestamp": 1642141684720, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:28:07.899Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04 2022-01-14T06:28:07.900Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141685220, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:07.909Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141685399, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:07.910Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:28:07.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141686451, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:28:07.915Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04 2022-01-14T06:28:07.916Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-01-14T06:28:07.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:28:07.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141686215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:07.927Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:28:08.160Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:08.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:28:08.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d938f9de-85da-4380-b0fd-e08bc0093e04","serviceName":"basic_onboard_yVUKYi","serviceVersion":"1.0","serviceUUID":"385b79c4-025f-4bd1-9432-c02d4e784aa1","serviceDescription":"service","serviceInvariantUUID":"1cbcefed-5a09-4915-8494-f90b33fd13ec","resources":[{"resourceInstanceName":"basic_onboard_yVUKYi 0","resourceName":"basic_onboard_yVUKYi","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80","resourceInvariantUUID":"d7f7abe7-aabf-4c2c-95ed-a3a9112aa724","resourceCustomizationUUID":"6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml","artifactChecksum":"OWIwMzlmMDU1NDIzNmE1MTI0NzIwZmQ3NmFkOTJlYmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a044a9e-31ad-47d1-b016-83a386e06ae2","artifactVersion":"1"},{"artifactName":"basic_onboard_yvukyi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json","artifactChecksum":"MWNjZjdlODg5NWIzNWFjMWQ4ZDY2MDI0MTRiYWVhY2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3b7d6544-b1ad-4a6e-8ac3-dfc071da4144","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ed115d95-5f4a-4c90-b227-066c954d57ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d69f5c6-a983-4489-9404-d8ddd75e8147","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"61dfb982-54cc-4308-9613-0de8c4df7e08","artifactVersion":"2","generatedFromUUID":"ed115d95-5f4a-4c90-b227-066c954d57ce"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYvukyi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml","artifactChecksum":"YmEyNWQ4NTY2NjYzOTE3ZTE0N2IxMWViOTIyNTdkZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f6ca0bf0-8758-447b-92ce-9995d7b1dca1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYvukyi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar","artifactChecksum":"MTJkMjAzYjNmOTlhODY2ZDM5YWNhNzUwY2IxMmMwNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"85b024e9-8a9f-4182-9b74-0223a615ac6a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:28:08.169Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:28:08.175Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:08.181Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:08.181Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:08.281Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-01-14T06:28:08.285Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:08.285Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:08.299Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:08.300Z||pool-3-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:09.185Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:28:09.186Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:09.187Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:09.188Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:28:09.288Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:09.289Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:09.289Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:09.302Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:09.303Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:10.188Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:28:10.189Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:10.191Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:10.191Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:28:10.292Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:28:10.293Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:10.293Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:10.307Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:10.308Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:11.192Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:28:11.193Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:11.194Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:11.194Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:11.295Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:28:11.295Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:11.296Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:11.309Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:11.309Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:12.195Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:28:12.196Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:12.198Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:12.198Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-14T06:28:12.298Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:12.299Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:12.299Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:12.311Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:12.311Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:13.199Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:28:13.200Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:13.202Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:13.202Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:28:13.302Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:13.302Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:13.302Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:13.317Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:13.318Z||pool-8-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:14.202Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:28:14.203Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:14.206Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:14.206Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:28:14.306Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:14.307Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:14.307Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:14.322Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:14.322Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:15.208Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "serviceName": "basic_onboard_yVUKYi", "serviceVersion": "1.0", "serviceUUID": "385b79c4-025f-4bd1-9432-c02d4e784aa1", "serviceDescription": "service", "serviceInvariantUUID": "1cbcefed-5a09-4915-8494-f90b33fd13ec", "resources": [ { "resourceInstanceName": "basic_onboard_yVUKYi 0", "resourceCustomizationUUID": "6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b", "resourceName": "basic_onboard_yVUKYi", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80", "resourceInvariantUUID": "d7f7abe7-aabf-4c2c-95ed-a3a9112aa724", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_yvukyi0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "artifactChecksum": "MWNjZjdlODg5NWIzNWFjMWQ4ZDY2MDI0MTRiYWVhY2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3b7d6544-b1ad-4a6e-8ac3-dfc071da4144", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "ed115d95-5f4a-4c90-b227-066c954d57ce", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "61dfb982-54cc-4308-9613-0de8c4df7e08", "generatedFromUUID": "ed115d95-5f4a-4c90-b227-066c954d57ce" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "61dfb982-54cc-4308-9613-0de8c4df7e08", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYvukyi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "artifactChecksum": "MTJkMjAzYjNmOTlhODY2ZDM5YWNhNzUwY2IxMmMwNzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "85b024e9-8a9f-4182-9b74-0223a615ac6a" } ], "workloadContext": "Production" } 2022-01-14T06:28:15.208Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:28:15.209Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 385b79c4-025f-4bd1-9432-c02d4e784aa1 ASDC 2022-01-14T06:28:15.286Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d938f9de-85da-4380-b0fd-e08bc0093e04 ServiceName:basic_onboard_yVUKYi ServiceVersion:1.0 ServiceUUID:385b79c4-025f-4bd1-9432-c02d4e784aa1 ServiceInvariantUUID:1cbcefed-5a09-4915-8494-f90b33fd13ec ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYvukyi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar ArtifactUUID:85b024e9-8a9f-4182-9b74-0223a615ac6a ArtifactChecksum:MTJkMjAzYjNmOTlhODY2ZDM5YWNhNzUwY2IxMmMwNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_yVUKYi 0 ResourceCustomizationUUID:6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b ResourceInvariantUUID:d7f7abe7-aabf-4c2c-95ed-a3a9112aa724 ResourceName:basic_onboard_yVUKYi ResourceType:VF ResourceUUID:d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_yvukyi0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json ArtifactUUID:3b7d6544-b1ad-4a6e-8ac3-dfc071da4144 ArtifactChecksum:MWNjZjdlODg5NWIzNWFjMWQ4ZDY2MDI0MTRiYWVhY2Y= 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/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml ArtifactUUID:ed115d95-5f4a-4c90-b227-066c954d57ce 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/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env ArtifactUUID:61dfb982-54cc-4308-9613-0de8c4df7e08 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/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env ArtifactUUID:61dfb982-54cc-4308-9613-0de8c4df7e08 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-14T06:28:15.287Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 385b79c4-025f-4bd1-9432-c02d4e784aa1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:28:15.353Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:28:15.354Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-14T06:28:15.355Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-14T06:28:15.355Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 85b024e9-8a9f-4182-9b74-0223a615ac6a from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:15.355Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-14T06:28:15.356Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:15.429Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-14T06:28:15.439Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar 85b024e9-8a9f-4182-9b74-0223a615ac6a 71575 2022-01-14T06:28:15.440Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar ASDC sendASDCNotification 2022-01-14T06:28:15.440Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:15.441Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:28:15.442Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:15.443Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:15.443Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141695440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:15.544Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:28:15.544Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:15.545Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:15.558Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:15.558Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:16.444Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:28:16.445Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-01-14T06:28:16.446Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 85b024e9-8a9f-4182-9b74-0223a615ac6a, URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar to file: /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:16.446Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:16.501Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:16.501Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:16.902Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9816275886681617757/Definitions/service-BasicOnboardYvukyi-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-01-14T06:28:18.597Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:28:18.600Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-14T06:28:18.600Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||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-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_yVUKYi 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-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:18.601Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-01-14T06:28:18.606Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.607Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:18.609Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:18.610Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-14T06:28:18.610Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.612Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is not matching search criteria 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.615Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:28:18.616Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.616Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:18.616Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is not matching search criteria 2022-01-14T06:28:18.617Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fdadf0c7-871d-4c27-a6ce-8774117c1583 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:18.618Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:18.619Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:18.619Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_yVUKYi Description:service Model UUID:385b79c4-025f-4bd1-9432-c02d4e784aa1 Model Version:NULL Model InvariantUuid:1cbcefed-5a09-4915-8494-f90b33fd13ec Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_yVUKYi Model UUID:907cb854-450c-4dfe-b3f8-8979a4771845 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d7f7abe7-aabf-4c2c-95ed-a3a9112aa724 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4d874f93-9430-4687-b3af-a4559d72a406 ModelName:BasicOnboardYvukyi..base_ubuntu18..module-0 ModelUuid:edea1178-69eb-4498-a125-9e9ef58a90c9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fdadf0c7-871d-4c27-a6ce-8774117c1583 ModelInvariantUuid:58fe86c9-e567-42ce-9655-bb56a2e85fd6 ModelName:basic_onboard_yVUKYi-nodes.ubuntu18Cvfc ModelUuid:db1cee91-74a7-444d-bdf8-454061ec43b1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:df8a608f-fb4b-43f2-a796-fe69d1a9d1cc ModelInvariantUuid:7eb528c2-a78a-4549-a32c-b70a22d81af1 ModelName:BasicOnboardYvukyi.compute.nodes.heat.ubuntu18 ModelUuid:3db57c69-dc02-4783-a181-88ebf1532dc7 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:28:18.637Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:28:18.713Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||basic_onboard_yVUKYi 0 2022-01-14T06:28:18.737Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80 2022-01-14T06:28:18.738Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3b7d6544-b1ad-4a6e-8ac3-dfc071da4144 from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json 2022-01-14T06:28:18.738Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-14T06:28:18.738Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json 2022-01-14T06:28:18.782Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-14T06:28:18.782Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json 3b7d6544-b1ad-4a6e-8ac3-dfc071da4144 798 2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json ASDC sendASDCNotification 2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json 2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:28:18.783Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:18.785Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:18.785Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141698783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:18.885Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:18.886Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:18.886Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:18.898Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:18.899Z||pool-11-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:19.787Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYvukyi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4d874f93-9430-4687-b3af-a4559d72a406", "vfModuleModelVersion": "1", "vfModuleModelUUID": "edea1178-69eb-4498-a125-9e9ef58a90c9", "vfModuleModelCustomizationUUID": "4fd41e1f-6ea9-4561-85d2-3a1e218480ae", "isBase": true, "artifacts": [ "ed115d95-5f4a-4c90-b227-066c954d57ce", "61dfb982-54cc-4308-9613-0de8c4df7e08" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:28:19.800Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYvukyi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:edea1178-69eb-4498-a125-9e9ef58a90c9 VfModuleModelInvariantUUID:4d874f93-9430-4687-b3af-a4559d72a406 VfModuleModelDescription:NULL Artifacts UUID List:{ ed115d95-5f4a-4c90-b227-066c954d57ce , 61dfb982-54cc-4308-9613-0de8c4df7e08 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:28:19.802Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYvukyi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "4d874f93-9430-4687-b3af-a4559d72a406", "vfModuleModelVersion": "1", "vfModuleModelUUID": "edea1178-69eb-4498-a125-9e9ef58a90c9", "vfModuleModelCustomizationUUID": "4fd41e1f-6ea9-4561-85d2-3a1e218480ae", "isBase": true, "artifacts": [ "ed115d95-5f4a-4c90-b227-066c954d57ce", "61dfb982-54cc-4308-9613-0de8c4df7e08" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYvukyi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:edea1178-69eb-4498-a125-9e9ef58a90c9 VfModuleModelInvariantUUID:4d874f93-9430-4687-b3af-a4559d72a406 VfModuleModelDescription:NULL Artifacts UUID List:{ ed115d95-5f4a-4c90-b227-066c954d57ce , 61dfb982-54cc-4308-9613-0de8c4df7e08 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ed115d95-5f4a-4c90-b227-066c954d57ce from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml 2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-14T06:28:19.803Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml 2022-01-14T06:28:19.841Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-14T06:28:19.842Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml ed115d95-5f4a-4c90-b227-066c954d57ce 5033 2022-01-14T06:28:19.842Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-14T06:28:19.842Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml 2022-01-14T06:28:19.843Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:28:19.843Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:19.845Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:19.845Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141699842, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:19.946Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:19.951Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:19.951Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:19.964Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:19.965Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:20.846Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 61dfb982-54cc-4308-9613-0de8c4df7e08 from URL: /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env 2022-01-14T06:28:20.847Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-01-14T06:28:20.847Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env 2022-01-14T06:28:20.888Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env 61dfb982-54cc-4308-9613-0de8c4df7e08 909 2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env 2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:28:20.889Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:20.891Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:20.891Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141700889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:28:20.992Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:20.992Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:20.993Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:21.005Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:21.005Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:21.892Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 385b79c4-025f-4bd1-9432-c02d4e784aa1 2022-01-14T06:28:21.892Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_yVUKYi 0 d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:28:21.924Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@36399f30, org.onap.sdc.toscaparser.api.parameters.Input@6c31233, org.onap.sdc.toscaparser.api.parameters.Input@2a202d2a, org.onap.sdc.toscaparser.api.parameters.Input@4d097066, org.onap.sdc.toscaparser.api.parameters.Input@37b3b6e8] 2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b 2022-01-14T06:28:21.926Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b matches Tosca VF Customization UUID: 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b 2022-01-14T06:28:21.927Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-01-14T06:28:21.931Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.931Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.932Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-01-14T06:28:21.932Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@14cb62e3 2022-01-14T06:28:21.932Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.933Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:28:21.933Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4fd41e1f-6ea9-4561-85d2-3a1e218480ae 2022-01-14T06:28:21.933Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4fd41e1f-6ea9-4561-85d2-3a1e218480ae Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:28:21.938Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is not matching search criteria 2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-14T06:28:21.939Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fdadf0c7-871d-4c27-a6ce-8774117c1583 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:28:21.944Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_yVUKYi 0 is matching search criteria 2022-01-14T06:28:21.945Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_yVUKYi 0] matching following query criteria: sdcType=VF, customizationUUID=6ebe7a8d-b9c5-432c-b003-e35f5d62fd8b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 385b79c4-025f-4bd1-9432-c02d4e784aa1: basic_onboard_yVUKYi 2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.947Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:28:21.948Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_yVUKYi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:28:21.949Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_yVUKYi Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:28:22.160Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_yVUKYi d8ae2ac9-f4ad-4eff-8f07-f62c6fd22d80 1 ASDC deployResourceStructure 2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json ASDC sendASDCNotification 2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json 2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:28:22.161Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:22.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:22.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141702161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:28:22.263Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:22.264Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:22.264Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:22.275Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:22.275Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:23.164Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-14T06:28:23.164Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml 2022-01-14T06:28:23.165Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:28:23.165Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:23.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:23.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141703164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:28:23.267Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:23.268Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:23.268Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:23.281Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:23.281Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:24.168Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-14T06:28:24.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env 2022-01-14T06:28:24.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:28:24.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:24.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:24.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141704168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-14T06:28:24.272Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:24.273Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:24.273Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:24.285Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:24.285Z||pool-16-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:25.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar ASDC sendASDCNotification 2022-01-14T06:28:25.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar 2022-01-14T06:28:25.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:28:25.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:28:25.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:28:25.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141705172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:28:25.276Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:28:25.277Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:28:25.277Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:28:25.292Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:28:25.292Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:28:26.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:28:26.195Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:28:26.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:28:26.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:28:26.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:28:56.199Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:28:56.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:28:56.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:28:56.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:28:56.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:29:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:29:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:29:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:29:07.558Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:29:07.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:29:07.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "multicloud-k8s-id", "timestamp": 1642141687454, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:29:07.560Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:29:26.214Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:29:26.227Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:29:26.231Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:29:26.231Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:29:26.231Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:29:56.232Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:29:56.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:29:56.247Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:29:56.247Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:29:56.247Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:30:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:30:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:30:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:30:07.556Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:30:07.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:30:07.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141686215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:30:07.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:30:26.248Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:30:26.262Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:30:26.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:30:26.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:30:26.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:30:56.265Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:30:56.275Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:30:56.278Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:30:56.278Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:30:56.278Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:31:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:31:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:31:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:31:08.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:31:08.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:31:08.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141686215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:31:08.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:31:08.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141686215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:31:08.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:31:08.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141686215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:31:08.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:31:08.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141686215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:31:08.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141686215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141693661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:31:08.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141693982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:31:08.068Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141687529, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:31:08.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-01-14T06:31:08.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "aai-ml", "timestamp": 1642141694666, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:31:08.077Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04 2022-01-14T06:31:08.077Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:31:08.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141695440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141697274, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141697821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141698783, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:31:08.088Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642141698825, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:31:08.095Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04 2022-01-14T06:31:08.095Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:31:08.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141699284, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:31:08.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141699842, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:31:08.105Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "clamp", "timestamp": 1642141700289, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:31:08.111Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d938f9de-85da-4380-b0fd-e08bc0093e04 2022-01-14T06:31:08.111Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d938f9de-85da-4380-b0fd-e08bc0093e04 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:31:08.122Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141700889, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141702161, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/basic_onboard_yvukyi0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141703164, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141704168, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/resourceInstances/basic_onboard_yvukyi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141705172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYvukyi/1.0/artifacts/service-BasicOnboardYvukyi-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:31:08.123Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:31:26.279Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:31:26.291Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:31:26.294Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:31:26.295Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:31:26.301Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:31:56.302Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d938f9de-85da-4380-b0fd-e08bc0093e04 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:31:56.313Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d938f9de-85da-4380-b0fd-e08bc0093e04 and serviceModelVersionId: 385b79c4-025f-4bd1-9432-c02d4e784aa1 2022-01-14T06:31:56.313Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cbcefed-5a09-4915-8494-f90b33fd13ec 2022-01-14T06:32:07.531Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:32:07.532Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:32:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:32:08.056Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0 2022-01-14T06:32:08.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:32:08.644Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-01-14T06:32:08.649Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0|INFO|500||Invoke 2022-01-14T06:32:08.855Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:32:09.319Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0|INFO|500||InvokeReturn 2022-01-14T06:32:09.319Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cbcefed-5a09-4915-8494-f90b33fd13ec/model-vers/model-ver/385b79c4-025f-4bd1-9432-c02d4e784aa1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-06:32:08:957-2193], vertex-id=[393320], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:32:08 GMT], Content-Type=[application/json]} 2022-01-14T06:32:09.320Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:32:09.322Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:32:09.322Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:32:09.328Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:32:09.337Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d938f9de-85da-4380-b0fd-e08bc0093e04 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:32:09.338Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:32:09.338Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:32:09.340Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:32:09.340Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141929337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:32:09.441Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:32:09.442Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:32:09.442Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:32:09.457Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:32:09.457Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:32:10.067Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:32:10.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-01-14T06:32:10.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d938f9de-85da-4380-b0fd-e08bc0093e04", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642141929337, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:32:10.069Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:32:10.361Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:32:10.361Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:32:10.361Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:32:21.246Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:32:21.247Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:32:21.247Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:32:21.247Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:32:30.789Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:32:30.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:32:30.790Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:32:30.790Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:32:40.332Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:32:40.333Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:32:40.334Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:32:40.334Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:32:49.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:33:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:33:07.529Z||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. 2022-01-14T06:33:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:33:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:33:07.532Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:33:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:33:17.070Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:33:17.079Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:07.529Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:34:07.529Z||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. 2022-01-14T06:34:07.530Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:34:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:34:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:08.157Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:08.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"6dd821e2-4a57-4b01-9e93-d0085d721bcb","serviceName":"vFW 2022-01-14 06-32-17","serviceVersion":"1.0","serviceUUID":"b19dd635-5790-4055-adb4-e889da54de39","serviceDescription":"catalog service description","serviceInvariantUUID":"8fedd427-82da-4ac7-a298-de057b727f79","resources":[{"resourceInstanceName":"vFW c9ccd03e-61b8 0","resourceName":"vFW c9ccd03e-61b8","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b407d4f3-c971-469a-8e6c-c7f92c72c461","resourceInvariantUUID":"96a620c5-14ac-454e-b4db-84b265cbd4ce","resourceCustomizationUUID":"bb0a6efc-aed3-4c7c-86a6-1b99280da6a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml","artifactChecksum":"YWQ0ZTdmYjQ5NjU1YjRhNTc0YWQ1M2EwM2Q4ZmMwNTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1ee16f47-0cef-4cbb-be04-301d02c83df5","artifactVersion":"1"},{"artifactName":"vfwc9ccd03e61b80_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json","artifactChecksum":"ZjI5NjkzYjlmOTUxYTU2ODAwZWUyZjIzYjZlYmM3NGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"76c0ed8d-599c-4cb3-8ecb-35bf6078b93d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"656c428e-ab6d-424d-939b-d1077e9262f0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml","artifactChecksum":"ZTNjYzNkNzc2MzY3NWIwNDI0YWFiMzNiYzQ4YTc0Yjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dbafe17b-72c9-4951-9335-355cdd55ddc1","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3fd83b65-5960-43b2-8346-07e16c19af4b","artifactVersion":"2","generatedFromUUID":"656c428e-ab6d-424d-939b-d1077e9262f0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114063217-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml","artifactChecksum":"YjU4Y2UzYmFmZmQwYWE2N2Q1ZTAyYmJhNjc3OTZhZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"04b2dab6-b83a-468f-8ffa-766dfdd424d7","artifactVersion":"1"},{"artifactName":"service-Vfw20220114063217-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar","artifactChecksum":"ZmUyOGQxODI3MzM3NjQ1NGE4ZThkYmMyOThjOGRmNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d49703b7-3eaf-42e2-a9bb-c4514cf6af11","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:34:08.161Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:34:08.162Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:08.163Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:08.164Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:08.164Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.167Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142016214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.168Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.168Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "dcae-sch", "timestamp": 1642142013627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142016214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.169Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "dcae-sch", "timestamp": 1642142013627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.170Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142016214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "dcae-sch", "timestamp": 1642142013627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.171Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142016214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "dcae-sch", "timestamp": 1642142013627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.172Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142025918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.173Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142016214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "dcae-sch", "timestamp": 1642142013627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.174Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142026251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142025918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOTIFIED" } 2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.175Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142016214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "dcae-sch", "timestamp": 1642142013627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142026251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.176Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142025918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142016214, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "dcae-sch", "timestamp": 1642142013627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.177Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142026251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "ves-openapi-manager", "timestamp": 1642142028659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142025918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142029743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:08.178Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142026251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "ves-openapi-manager", "timestamp": 1642142028659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142025918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.179Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142026251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "ves-openapi-manager", "timestamp": 1642142028659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142025918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142030915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.180Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142026251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "ves-openapi-manager", "timestamp": 1642142028659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142025918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142030915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.181Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142032639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142026251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "ves-openapi-manager", "timestamp": 1642142028659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.182Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142030915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142033643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.183Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142033643, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:34:08.200Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb 2022-01-14T06:34:08.200Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142034025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "ves-openapi-manager", "timestamp": 1642142028659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142030915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.209Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142034815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.210Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "cds", "timestamp": 1642142035029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:34:08.216Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb 2022-01-14T06:34:08.217Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142034523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "ves-openapi-manager", "timestamp": 1642142028659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142035926, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:08.228Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142030915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142034523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOTIFIED" } 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142030915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.229Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142036948, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:34:08.234Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb 2022-01-14T06:34:08.234Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:34:08.242Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142034523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142037013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142030915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.243Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "multicloud-k8s-id", "timestamp": 1642142037952, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142034523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142037013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142038645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.244Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142034523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142037013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142039650, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142034523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142037013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.245Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.246Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.246Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "policy-id", "timestamp": 1642142040653, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:34:08.251Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb 2022-01-14T06:34:08.251Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142034523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142037013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.258Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142037013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142037013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142044917, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:08.259Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:34:08.264Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:08.265Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:08.265Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:08.278Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:08.278Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:09.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:34:09.166Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:09.168Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:09.168Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOTIFIED" } 2022-01-14T06:34:09.268Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:09.269Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:09.269Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:09.283Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:09.283Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:10.168Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:34:10.169Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:10.172Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:10.172Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:34:10.272Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:10.273Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:10.273Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:10.286Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:10.286Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:34:11.172Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:34:11.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:11.175Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:11.175Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:11.276Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:34:11.277Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:11.277Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:11.291Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:11.291Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:12.176Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:34:12.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:12.179Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:12.179Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-14T06:34:12.279Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:12.280Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:12.280Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:12.292Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:12.293Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:13.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:34:13.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:13.182Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:13.182Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:34:13.283Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:34:13.284Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:13.284Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:13.297Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:13.298Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:14.183Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:34:14.184Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:14.186Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:14.187Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:34:14.287Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:14.288Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:14.288Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:14.301Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:14.301Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:15.188Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "serviceName": "vFW 2022-01-14 06-32-17", "serviceVersion": "1.0", "serviceUUID": "b19dd635-5790-4055-adb4-e889da54de39", "serviceDescription": "catalog service description", "serviceInvariantUUID": "8fedd427-82da-4ac7-a298-de057b727f79", "resources": [ { "resourceInstanceName": "vFW c9ccd03e-61b8 0", "resourceCustomizationUUID": "bb0a6efc-aed3-4c7c-86a6-1b99280da6a1", "resourceName": "vFW c9ccd03e-61b8", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b407d4f3-c971-469a-8e6c-c7f92c72c461", "resourceInvariantUUID": "96a620c5-14ac-454e-b4db-84b265cbd4ce", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwc9ccd03e61b80_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "artifactChecksum": "ZjI5NjkzYjlmOTUxYTU2ODAwZWUyZjIzYjZlYmM3NGU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "76c0ed8d-599c-4cb3-8ecb-35bf6078b93d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "656c428e-ab6d-424d-939b-d1077e9262f0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3fd83b65-5960-43b2-8346-07e16c19af4b", "generatedFromUUID": "656c428e-ab6d-424d-939b-d1077e9262f0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3fd83b65-5960-43b2-8346-07e16c19af4b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220114063217-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "artifactChecksum": "ZmUyOGQxODI3MzM3NjQ1NGE4ZThkYmMyOThjOGRmNDY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d49703b7-3eaf-42e2-a9bb-c4514cf6af11" } ], "workloadContext": "Production" } 2022-01-14T06:34:15.189Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:34:15.189Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b19dd635-5790-4055-adb4-e889da54de39 ASDC 2022-01-14T06:34:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:6dd821e2-4a57-4b01-9e93-d0085d721bcb ServiceName:vFW 2022-01-14 06-32-17 ServiceVersion:1.0 ServiceUUID:b19dd635-5790-4055-adb4-e889da54de39 ServiceInvariantUUID:8fedd427-82da-4ac7-a298-de057b727f79 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220114063217-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar ArtifactUUID:d49703b7-3eaf-42e2-a9bb-c4514cf6af11 ArtifactChecksum:ZmUyOGQxODI3MzM3NjQ1NGE4ZThkYmMyOThjOGRmNDY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW c9ccd03e-61b8 0 ResourceCustomizationUUID:bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 ResourceInvariantUUID:96a620c5-14ac-454e-b4db-84b265cbd4ce ResourceName:vFW c9ccd03e-61b8 ResourceType:VF ResourceUUID:b407d4f3-c971-469a-8e6c-c7f92c72c461 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwc9ccd03e61b80_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json ArtifactUUID:76c0ed8d-599c-4cb3-8ecb-35bf6078b93d ArtifactChecksum:ZjI5NjkzYjlmOTUxYTU2ODAwZWUyZjIzYjZlYmM3NGU= 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/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml ArtifactUUID:656c428e-ab6d-424d-939b-d1077e9262f0 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/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env ArtifactUUID:3fd83b65-5960-43b2-8346-07e16c19af4b 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/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env ArtifactUUID:3fd83b65-5960-43b2-8346-07e16c19af4b ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-14T06:34:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b19dd635-5790-4055-adb4-e889da54de39 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:34:15.223Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:34:15.224Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-14T06:34:15.224Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-14T06:34:15.225Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d49703b7-3eaf-42e2-a9bb-c4514cf6af11 from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:15.225Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:34:15.225Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:15.283Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar d49703b7-3eaf-42e2-a9bb-c4514cf6af11 98897 2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar ASDC sendASDCNotification 2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:15.288Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:34:15.289Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:15.290Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:15.291Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142055288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:15.391Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:15.392Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:15.392Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:15.405Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:15.405Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:16.291Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:34:16.292Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-14T06:34:16.293Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d49703b7-3eaf-42e2-a9bb-c4514cf6af11, URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar to file: /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:16.293Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114063217-csar.csar 2022-01-14T06:34:16.294Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:16.294Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:16.493Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18373768023959254441/Definitions/service-Vfw20220114063217-template.yml 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 Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-01-14T06:34:18.684Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.685Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c9ccd03e-61b8 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-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:18.686Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:34:18.687Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.688Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.689Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:18.690Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria 2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:34:18.691Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.692Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b774926-7593-490a-be1c-02756c735bb6 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.693Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:34:18.694Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19dbe6b-97af-4101-ac72-479b63b3990a 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.695Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a223020c-a828-403f-b973-4f06f91653d2 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.696Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:18.697Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-14 06-32-17 Description:catalog service description Model UUID:b19dd635-5790-4055-adb4-e889da54de39 Model Version:NULL Model InvariantUuid:8fedd427-82da-4ac7-a298-de057b727f79 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW c9ccd03e-61b8 Model UUID:675db5ad-ac13-46c4-a968-e7b98266de79 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:96a620c5-14ac-454e-b4db-84b265cbd4ce Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:1a803be0-083d-43ca-8236-92bd79ebff17 ModelName:VfwC9ccd03e61b8..base_vfw..module-0 ModelUuid:bc360ca8-8a36-447a-ad0e-2e2f253cf177 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8b774926-7593-490a-be1c-02756c735bb6 ModelInvariantUuid:8ce31640-f00e-425c-98f8-8a34dbbbac2b ModelName:vFW c9ccd03e-61b8-nodes.vfwCvfc ModelUuid:96b55fdb-070a-42b1-a704-a15dd6cd2b92 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ca75973a-e434-4121-95e5-08cbfea088d0 ModelInvariantUuid:a01ac01c-d4c2-465c-904f-c3a0c428d928 ModelName:VfwC9ccd03e61b8.compute.nodes.heat.vfw ModelUuid:20dfd9c2-380e-4cc0-b9fe-67b48dadcd6f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a19dbe6b-97af-4101-ac72-479b63b3990a ModelInvariantUuid:22f3585e-d657-413c-9af3-d712e879a275 ModelName:vFW c9ccd03e-61b8-nodes.vsnCvfc ModelUuid:8dcb4703-af53-4fd1-87cd-7f43f43b82cf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:d8d9ba21-9368-49bd-b88a-9a4fccb8b68d ModelInvariantUuid:9e735b14-e856-4c69-b48f-6fdbbdd8b20d ModelName:VfwC9ccd03e61b8.compute.nodes.heat.vsn ModelUuid:5b5a2680-1480-42a6-bbb0-05ceadfdfb87 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a223020c-a828-403f-b973-4f06f91653d2 ModelInvariantUuid:2455290c-e5c6-47f7-895c-f3c27d6bd447 ModelName:vFW c9ccd03e-61b8-nodes.vpgCvfc ModelUuid:da66b31b-cdb8-453c-abad-e0fa1c5c9c95 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:0067cd7b-27c3-46b0-8570-d0636e5f7908 ModelInvariantUuid:0b56d3c6-2ebe-4deb-ba64-954ded7d89db ModelName:VfwC9ccd03e61b8.compute.nodes.heat.vpg ModelUuid:230cce86-048c-4d6c-ad2e-f59245263755 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:34:18.704Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b407d4f3-c971-469a-8e6c-c7f92c72c461 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||vFW c9ccd03e-61b8 0 2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b407d4f3-c971-469a-8e6c-c7f92c72c461 2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 76c0ed8d-599c-4cb3-8ecb-35bf6078b93d from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json 2022-01-14T06:34:18.707Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:34:18.708Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json 2022-01-14T06:34:18.752Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:34:18.752Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json 76c0ed8d-599c-4cb3-8ecb-35bf6078b93d 785 2022-01-14T06:34:18.753Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json ASDC sendASDCNotification 2022-01-14T06:34:18.753Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json 2022-01-14T06:34:18.753Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:34:18.754Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:18.756Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:18.756Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142058753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:18.856Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:18.857Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:18.857Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:18.870Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:18.870Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:34:19.756Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC9ccd03e61b8..base_vfw..module-0", "vfModuleModelInvariantUUID": "1a803be0-083d-43ca-8236-92bd79ebff17", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc360ca8-8a36-447a-ad0e-2e2f253cf177", "vfModuleModelCustomizationUUID": "ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9", "isBase": true, "artifacts": [ "656c428e-ab6d-424d-939b-d1077e9262f0", "3fd83b65-5960-43b2-8346-07e16c19af4b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:34:19.761Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC9ccd03e61b8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc360ca8-8a36-447a-ad0e-2e2f253cf177 VfModuleModelInvariantUUID:1a803be0-083d-43ca-8236-92bd79ebff17 VfModuleModelDescription:NULL Artifacts UUID List:{ 656c428e-ab6d-424d-939b-d1077e9262f0 , 3fd83b65-5960-43b2-8346-07e16c19af4b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwC9ccd03e61b8..base_vfw..module-0", "vfModuleModelInvariantUUID": "1a803be0-083d-43ca-8236-92bd79ebff17", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bc360ca8-8a36-447a-ad0e-2e2f253cf177", "vfModuleModelCustomizationUUID": "ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9", "isBase": true, "artifacts": [ "656c428e-ab6d-424d-939b-d1077e9262f0", "3fd83b65-5960-43b2-8346-07e16c19af4b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwC9ccd03e61b8..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bc360ca8-8a36-447a-ad0e-2e2f253cf177 VfModuleModelInvariantUUID:1a803be0-083d-43ca-8236-92bd79ebff17 VfModuleModelDescription:NULL Artifacts UUID List:{ 656c428e-ab6d-424d-939b-d1077e9262f0 , 3fd83b65-5960-43b2-8346-07e16c19af4b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 656c428e-ab6d-424d-939b-d1077e9262f0 from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml 2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:34:19.763Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml 2022-01-14T06:34:19.807Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:34:19.808Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml 656c428e-ab6d-424d-939b-d1077e9262f0 20368 2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml 2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:34:19.809Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:19.811Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:19.811Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142059809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:19.911Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:19.912Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:19.912Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:19.925Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:19.926Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:20.812Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3fd83b65-5960-43b2-8346-07e16c19af4b from URL: /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env 2022-01-14T06:34:20.813Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:34:20.814Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env 2022-01-14T06:34:20.861Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:34:20.862Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env 3fd83b65-5960-43b2-8346-07e16c19af4b 2098 2022-01-14T06:34:20.862Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-14T06:34:20.863Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env 2022-01-14T06:34:20.863Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:34:20.864Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:20.866Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:20.867Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142060862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:34:20.967Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:20.968Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:20.968Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:20.983Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:20.984Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:21.867Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b19dd635-5790-4055-adb4-e889da54de39 2022-01-14T06:34:21.868Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c9ccd03e-61b8 0 b407d4f3-c971-469a-8e6c-c7f92c72c461 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:34:21.888Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@333a03dc, org.onap.sdc.toscaparser.api.parameters.Input@fc66797, org.onap.sdc.toscaparser.api.parameters.Input@21cecdd6, org.onap.sdc.toscaparser.api.parameters.Input@76926e05, org.onap.sdc.toscaparser.api.parameters.Input@1555b7e8] 2022-01-14T06:34:21.890Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.890Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 matches Tosca VF Customization UUID: bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 2022-01-14T06:34:21.891Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-01-14T06:34:21.894Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.895Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.895Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bb0a6efc-aed3-4c7c-86a6-1b99280da6a1: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d0c9015 2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:34:21.896Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9 2022-01-14T06:34:21.897Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ad94c3c9-0847-41c2-8fc1-ce7f7dff7ca9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-01-14T06:34:21.899Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.899Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria 2022-01-14T06:34:21.900Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:34:21.901Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:21.902Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:34:21.902Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.902Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8b774926-7593-490a-be1c-02756c735bb6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:34:21.904Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.904Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria 2022-01-14T06:34:21.905Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:34:21.906Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:34:21.907Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.908Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a19dbe6b-97af-4101-ac72-479b63b3990a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:34:21.910Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.910Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:21.910Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:21.912Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is not matching search criteria 2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.913Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-14T06:34:21.914Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a223020c-a828-403f-b973-4f06f91653d2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:34:21.916Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.916Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Node template vFW c9ccd03e-61b8 0 is matching search criteria 2022-01-14T06:34:21.917Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW c9ccd03e-61b8 0] matching following query criteria: sdcType=VF, customizationUUID=bb0a6efc-aed3-4c7c-86a6-1b99280da6a1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b19dd635-5790-4055-adb4-e889da54de39: vFW c9ccd03e-61b8 2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.919Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-32-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:34:21.920Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-01-14 06-32-17 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:34:22.122Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c9ccd03e-61b8 b407d4f3-c971-469a-8e6c-c7f92c72c461 1 ASDC deployResourceStructure 2022-01-14T06:34:22.122Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json ASDC sendASDCNotification 2022-01-14T06:34:22.122Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json 2022-01-14T06:34:22.123Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:34:22.123Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:22.124Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:22.125Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142062122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:34:22.225Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:22.226Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:22.226Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:22.240Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:22.240Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:34:23.125Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-14T06:34:23.126Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml 2022-01-14T06:34:23.126Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:34:23.127Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:23.129Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:23.130Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142063125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:34:23.230Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:23.231Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:23.231Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:23.245Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:23.246Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:24.130Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-14T06:34:24.131Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env 2022-01-14T06:34:24.132Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:34:24.132Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:24.134Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:24.134Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142064130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-14T06:34:24.235Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:24.236Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:24.236Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:24.254Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:24.254Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:34:25.135Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar ASDC sendASDCNotification 2022-01-14T06:34:25.136Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar 2022-01-14T06:34:25.136Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:34:25.137Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:34:25.139Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:34:25.139Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142065135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:34:25.239Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:34:25.240Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:34:25.240Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:34:25.253Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:34:25.253Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:34:26.140Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:34:26.152Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:34:26.155Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:34:26.155Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:34:26.156Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:34:56.156Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:34:56.168Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:34:56.171Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:34:56.172Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:34:56.172Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:35:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:35:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:35:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:35:07.658Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:35:07.659Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:35:07.659Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:35:07.660Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:35:26.172Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:35:26.186Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:35:26.188Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:35:26.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:35:26.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:35:56.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:35:56.204Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:35:56.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:35:56.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:35:56.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:36:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:36:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:36:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:36:08.058Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:36:08.060Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.060Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "NOTIFIED" } 2022-01-14T06:36:08.061Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:36:08.061Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.061Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:36:08.062Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.063Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142053117, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:36:08.064Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.065Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "aai-ml", "timestamp": 1642142054121, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:36:08.072Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb 2022-01-14T06:36:08.072Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142047529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.083Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142055288, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142055327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142057338, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.084Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "clamp", "timestamp": 1642142058343, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:36:08.090Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6dd821e2-4a57-4b01-9e93-d0085d721bcb 2022-01-14T06:36:08.090Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6dd821e2-4a57-4b01-9e93-d0085d721bcb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:36:08.100Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.100Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142058753, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:36:08.100Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142059809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142060862, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142062122, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/vfwc9ccd03e61b80_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142063125, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.101Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142064130, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/resourceInstances/vfwc9ccd03e61b80/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142065135, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063217/1.0/artifacts/service-Vfw20220114063217-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:36:08.102Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:36:26.210Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:36:26.222Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:36:26.226Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:36:26.227Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:36:26.232Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:36:56.232Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:36:56.240Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6dd821e2-4a57-4b01-9e93-d0085d721bcb and serviceModelVersionId: b19dd635-5790-4055-adb4-e889da54de39 2022-01-14T06:36:56.240Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fedd427-82da-4ac7-a298-de057b727f79 2022-01-14T06:36:56.241Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0 2022-01-14T06:36:56.245Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:36:56.278Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-01-14T06:36:56.279Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0|INFO|500||Invoke 2022-01-14T06:36:56.305Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:36:56.419Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0|INFO|500||InvokeReturn 2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fedd427-82da-4ac7-a298-de057b727f79/model-vers/model-ver/b19dd635-5790-4055-adb4-e889da54de39?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220114-06:36:56:343-51834], vertex-id=[188600], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:36:56 GMT], Content-Type=[application/json]} 2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:36:56.420Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:36:56.425Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:36:56.425Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6dd821e2-4a57-4b01-9e93-d0085d721bcb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:36:56.425Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:36:56.426Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:36:56.428Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:36:56.428Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142216425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:36:56.528Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:36:56.529Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:36:56.529Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:36:56.546Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:36:56.547Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:36:57.443Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:36:57.443Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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. 2022-01-14T06:36:57.444Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:37:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:37:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:37:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:37:07.705Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:37:07.705Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:37:07.706Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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. 2022-01-14T06:37:07.706Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:37:08.156Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:37:08.157Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-01-14T06:37:08.157Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6dd821e2-4a57-4b01-9e93-d0085d721bcb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142216425, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:37:08.158Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:37:17.249Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:37:17.250Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:37:17.250Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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. 2022-01-14T06:37:17.250Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:37:26.792Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:38:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:38:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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. 2022-01-14T06:38:07.530Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:38:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:38:07.532Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:38:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:38:17.075Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:38:17.076Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:39:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:39:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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. 2022-01-14T06:39:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:39:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:39:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:39:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:39:17.072Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:39:17.077Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:40:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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. 2022-01-14T06:40:07.529Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:40:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:40:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:07.975Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:07.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "ves-openapi-manager", "timestamp": 1642142388659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142386251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142385918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142390915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142386251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "ves-openapi-manager", "timestamp": 1642142388659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142385918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOTIFIED" } 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142390915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "ves-openapi-manager", "timestamp": 1642142388659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142386251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142385918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142390915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "dcae-sch", "timestamp": 1642142393627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142386251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "ves-openapi-manager", "timestamp": 1642142388659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142385918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142390915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142394523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "dcae-sch", "timestamp": 1642142393627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "ves-openapi-manager", "timestamp": 1642142388659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142386251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142385918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-14T06:40:07.982Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142390915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142394523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOTIFIED" } 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "dcae-sch", "timestamp": 1642142393627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "ves-openapi-manager", "timestamp": 1642142388659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142386251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142385918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.983Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142390915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142394523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "dcae-sch", "timestamp": 1642142393627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142397013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142386251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "ves-openapi-manager", "timestamp": 1642142388659, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142385918, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142390915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:40:07.984Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142394523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "dcae-sch", "timestamp": 1642142393627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142397013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142399136, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142399140, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142394523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142399145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.985Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "dcae-sch", "timestamp": 1642142393627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142397013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:07.986Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:07.986Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "cds", "timestamp": 1642142400145, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:40:08.002Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 2022-01-14T06:40:08.002Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:40:08.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142394523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142400150, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142400195, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "dcae-sch", "timestamp": 1642142393627, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142397013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142394523, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:40:08.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "policy-id", "timestamp": 1642142401153, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:40:08.023Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 2022-01-14T06:40:08.023Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:40:08.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.033Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142401290, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:08.033Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:08.033Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142397013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:08.034Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.034Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.034Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142402308, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:40:08.039Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 2022-01-14T06:40:08.040Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-01-14T06:40:08.048Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.048Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142397013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "multicloud-k8s-id", "timestamp": 1642142403313, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142397013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142404913, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:08.049Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:40:08.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142406215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:08.050Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:40:08.156Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:08.157Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:40:08.157Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3ffa1d90-fe3f-4643-8315-5d87fb6902a7","serviceName":"vFW 2022-01-14 06-38-39","serviceVersion":"1.0","serviceUUID":"a500b564-1131-4d71-abb5-80a9aea09bbc","serviceDescription":"catalog service description","serviceInvariantUUID":"d7715889-f2a9-4c8b-940b-f625b4597ec4","resources":[{"resourceInstanceName":"vFW 7d690666-87e3 0","resourceName":"vFW 7d690666-87e3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"00138b19-e50f-4168-ab6f-a23961f37db5","resourceInvariantUUID":"0aefb2d9-0cec-4b8d-9504-d7b19b96222c","resourceCustomizationUUID":"944e5688-9153-4dc5-9779-6b9290e7b0a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml","artifactChecksum":"ODg5NWJkNDViOWY3MDlmYzQ1N2Y2MGQ1YWVkNmQyMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b5dcf87-d25f-4a13-ab67-84dca4894478","artifactVersion":"1"},{"artifactName":"vfw7d69066687e30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json","artifactChecksum":"NTM5ZmFmYzkzMmI1MjE5NzNhYjRkYjZkN2Q5MDcwODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fb5e7cf8-64b8-4158-a623-a97026e41d07","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"129e0a4b-c306-40e9-8653-ea06f17e28cc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml","artifactChecksum":"MjFjYzZhZTYzOGJjYTBjZTMyNjVlNzU5YmRhZjI2ZGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d1986dc6-fbf0-4d2d-9aed-73fe8c1d09ee","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"87db5a16-99bb-46f0-93e8-1020732668e0","artifactVersion":"2","generatedFromUUID":"129e0a4b-c306-40e9-8653-ea06f17e28cc"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220114063839-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml","artifactChecksum":"MTc5ZTA0MDhkZTliMTUwZDMzZWZjMjdkNmZmNjJhM2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"656bbaa4-6da1-4a37-81ff-c9ebbf189a53","artifactVersion":"1"},{"artifactName":"service-Vfw20220114063839-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar","artifactChecksum":"NzA5OWVlNTRhNzBiYjk1ZTEwNjkzYzA5ZjIyZmU2YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3f6a4f45-f232-4b02-9b5e-9c28383b930b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:40:08.160Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:40:08.160Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:08.162Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:08.162Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:08.263Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:40:08.264Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:08.264Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:08.283Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:08.284Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:09.163Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:40:09.164Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:09.166Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:09.166Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOTIFIED" } 2022-01-14T06:40:09.267Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:40:09.267Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:09.267Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:09.281Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:09.282Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:10.167Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:40:10.168Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:10.170Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:10.171Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:40:10.271Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:10.272Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:10.272Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:10.287Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:10.288Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:11.171Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:40:11.173Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:11.176Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:11.176Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:11.276Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:11.277Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:11.277Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:11.291Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:11.292Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:12.177Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:40:12.178Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:12.180Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:12.180Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-14T06:40:12.280Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:12.281Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:12.281Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:12.293Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:12.294Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:13.180Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:40:13.181Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:13.184Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:13.184Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:40:13.284Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:13.285Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:13.285Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:13.299Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:13.300Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:14.184Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:40:14.185Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:14.187Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:14.187Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:40:14.287Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:14.288Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:14.288Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:14.301Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:14.302Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "serviceName": "vFW 2022-01-14 06-38-39", "serviceVersion": "1.0", "serviceUUID": "a500b564-1131-4d71-abb5-80a9aea09bbc", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d7715889-f2a9-4c8b-940b-f625b4597ec4", "resources": [ { "resourceInstanceName": "vFW 7d690666-87e3 0", "resourceCustomizationUUID": "944e5688-9153-4dc5-9779-6b9290e7b0a8", "resourceName": "vFW 7d690666-87e3", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "00138b19-e50f-4168-ab6f-a23961f37db5", "resourceInvariantUUID": "0aefb2d9-0cec-4b8d-9504-d7b19b96222c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7d69066687e30_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "artifactChecksum": "NTM5ZmFmYzkzMmI1MjE5NzNhYjRkYjZkN2Q5MDcwODQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fb5e7cf8-64b8-4158-a623-a97026e41d07", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "129e0a4b-c306-40e9-8653-ea06f17e28cc", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "87db5a16-99bb-46f0-93e8-1020732668e0", "generatedFromUUID": "129e0a4b-c306-40e9-8653-ea06f17e28cc" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "87db5a16-99bb-46f0-93e8-1020732668e0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220114063839-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "artifactChecksum": "NzA5OWVlNTRhNzBiYjk1ZTEwNjkzYzA5ZjIyZmU2YWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3f6a4f45-f232-4b02-9b5e-9c28383b930b" } ], "workloadContext": "Production" } 2022-01-14T06:40:15.189Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:40:15.190Z|6dd821e2-4a57-4b01-9e93-d0085d721bcb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a500b564-1131-4d71-abb5-80a9aea09bbc ASDC 2022-01-14T06:40:15.190Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:3ffa1d90-fe3f-4643-8315-5d87fb6902a7 ServiceName:vFW 2022-01-14 06-38-39 ServiceVersion:1.0 ServiceUUID:a500b564-1131-4d71-abb5-80a9aea09bbc ServiceInvariantUUID:d7715889-f2a9-4c8b-940b-f625b4597ec4 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220114063839-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar ArtifactUUID:3f6a4f45-f232-4b02-9b5e-9c28383b930b ArtifactChecksum:NzA5OWVlNTRhNzBiYjk1ZTEwNjkzYzA5ZjIyZmU2YWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7d690666-87e3 0 ResourceCustomizationUUID:944e5688-9153-4dc5-9779-6b9290e7b0a8 ResourceInvariantUUID:0aefb2d9-0cec-4b8d-9504-d7b19b96222c ResourceName:vFW 7d690666-87e3 ResourceType:VF ResourceUUID:00138b19-e50f-4168-ab6f-a23961f37db5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7d69066687e30_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json ArtifactUUID:fb5e7cf8-64b8-4158-a623-a97026e41d07 ArtifactChecksum:NTM5ZmFmYzkzMmI1MjE5NzNhYjRkYjZkN2Q5MDcwODQ= 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/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml ArtifactUUID:129e0a4b-c306-40e9-8653-ea06f17e28cc 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/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env ArtifactUUID:87db5a16-99bb-46f0-93e8-1020732668e0 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/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env ArtifactUUID:87db5a16-99bb-46f0-93e8-1020732668e0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-14T06:40:15.190Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a500b564-1131-4d71-abb5-80a9aea09bbc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:40:15.230Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3f6a4f45-f232-4b02-9b5e-9c28383b930b from URL: /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:40:15.231Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:15.291Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:40:15.295Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar 3f6a4f45-f232-4b02-9b5e-9c28383b930b 98935 2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar ASDC sendASDCNotification 2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:40:15.296Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:15.298Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:15.298Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142415295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:15.398Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:15.399Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:15.399Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:15.413Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:15.413Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:16.298Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:40:16.299Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-01-14T06:40:16.300Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3f6a4f45-f232-4b02-9b5e-9c28383b930b, URL: /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar to file: /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:16.300Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220114063839-csar.csar 2022-01-14T06:40:16.301Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:16.301Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:16.699Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1309039058219186448/Definitions/service-Vfw20220114063839-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 2022-01-14T06:40:18.248Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.249Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7d690666-87e3 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-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.250Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-01-14T06:40:18.251Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is not matching search criteria 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.252Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:18.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:40:18.255Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f910ffd2-bf9f-4ff8-b961-2f88d82c1449 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is not matching search criteria 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.256Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.257Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d0c7e53-786d-4d19-bf8a-f95c834ec228 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is not matching search criteria 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f2c4f634-d108-4567-9580-148fd0516517 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:18.260Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.260Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:18.260Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:18.260Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:18.260Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-01-14 06-38-39 Description:catalog service description Model UUID:a500b564-1131-4d71-abb5-80a9aea09bbc Model Version:NULL Model InvariantUuid:d7715889-f2a9-4c8b-940b-f625b4597ec4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7d690666-87e3 Model UUID:774e5661-bba0-473f-a862-d365649a00d9 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:0aefb2d9-0cec-4b8d-9504-d7b19b96222c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:944e5688-9153-4dc5-9779-6b9290e7b0a8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:abc4b29b-a457-410f-b1b2-8e910fb29835 ModelName:Vfw7d69066687e3..base_vfw..module-0 ModelUuid:b0886e3a-e809-49e2-bcfd-377beb4908e8 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f910ffd2-bf9f-4ff8-b961-2f88d82c1449 ModelInvariantUuid:949b5eaf-aa14-4c15-8b74-b2de9533c47d ModelName:vFW 7d690666-87e3-nodes.vfwCvfc ModelUuid:f655811c-56cc-4818-9ddc-e52afc6eb3ef ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9be1b7a0-3706-42e2-bfcd-145c834a830f ModelInvariantUuid:8ff3b82f-7ef7-4fa9-9d53-f03fd52326ec ModelName:Vfw7d69066687e3.compute.nodes.heat.vfw ModelUuid:ac239d81-8053-4fa6-b829-8144e72be4c8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4d0c7e53-786d-4d19-bf8a-f95c834ec228 ModelInvariantUuid:80ae8339-fb2d-48b4-abd2-88e2cdb30a9a ModelName:vFW 7d690666-87e3-nodes.vsnCvfc ModelUuid:94c64029-6100-4ddf-8174-f00e4307bd61 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:372d2269-18d4-4f75-b413-0d63ab101bd8 ModelInvariantUuid:9328f5fe-9496-4c0e-85b0-f64ed9da687e ModelName:Vfw7d69066687e3.compute.nodes.heat.vsn ModelUuid:6b8c6f41-4c98-40a5-9406-c9e7bc2a131b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f2c4f634-d108-4567-9580-148fd0516517 ModelInvariantUuid:e580b888-4dcc-431e-ab23-51af749fd889 ModelName:vFW 7d690666-87e3-nodes.vpgCvfc ModelUuid:b0ec6011-115a-452f-9ae6-90d8db9e8c23 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6c68274a-cd18-4230-9cf2-feb85d440fe1 ModelInvariantUuid:d6ec56b2-a858-4185-b403-e7e04e9a39f5 ModelName:Vfw7d69066687e3.compute.nodes.heat.vpg ModelUuid:05695ab0-0a02-4be8-8b98-65633e723b40 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:40:18.267Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 00138b19-e50f-4168-ab6f-a23961f37db5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:40:18.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||vFW 7d690666-87e3 0 2022-01-14T06:40:18.270Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 00138b19-e50f-4168-ab6f-a23961f37db5 2022-01-14T06:40:18.270Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fb5e7cf8-64b8-4158-a623-a97026e41d07 from URL: /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json 2022-01-14T06:40:18.270Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:40:18.270Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json 2022-01-14T06:40:18.315Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:40:18.315Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json fb5e7cf8-64b8-4158-a623-a97026e41d07 785 2022-01-14T06:40:18.316Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json ASDC sendASDCNotification 2022-01-14T06:40:18.316Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json 2022-01-14T06:40:18.316Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:40:18.316Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:18.318Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:18.318Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142418315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:18.419Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:40:18.420Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:18.420Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:18.434Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:18.435Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:19.319Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7d69066687e3..base_vfw..module-0", "vfModuleModelInvariantUUID": "abc4b29b-a457-410f-b1b2-8e910fb29835", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0886e3a-e809-49e2-bcfd-377beb4908e8", "vfModuleModelCustomizationUUID": "fd3a66df-d384-44a3-9e31-66ab452461c8", "isBase": true, "artifacts": [ "129e0a4b-c306-40e9-8653-ea06f17e28cc", "87db5a16-99bb-46f0-93e8-1020732668e0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:40:19.324Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7d69066687e3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0886e3a-e809-49e2-bcfd-377beb4908e8 VfModuleModelInvariantUUID:abc4b29b-a457-410f-b1b2-8e910fb29835 VfModuleModelDescription:NULL Artifacts UUID List:{ 129e0a4b-c306-40e9-8653-ea06f17e28cc , 87db5a16-99bb-46f0-93e8-1020732668e0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:40:19.325Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7d69066687e3..base_vfw..module-0", "vfModuleModelInvariantUUID": "abc4b29b-a457-410f-b1b2-8e910fb29835", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b0886e3a-e809-49e2-bcfd-377beb4908e8", "vfModuleModelCustomizationUUID": "fd3a66df-d384-44a3-9e31-66ab452461c8", "isBase": true, "artifacts": [ "129e0a4b-c306-40e9-8653-ea06f17e28cc", "87db5a16-99bb-46f0-93e8-1020732668e0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:40:19.326Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7d69066687e3..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b0886e3a-e809-49e2-bcfd-377beb4908e8 VfModuleModelInvariantUUID:abc4b29b-a457-410f-b1b2-8e910fb29835 VfModuleModelDescription:NULL Artifacts UUID List:{ 129e0a4b-c306-40e9-8653-ea06f17e28cc , 87db5a16-99bb-46f0-93e8-1020732668e0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:40:19.326Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 129e0a4b-c306-40e9-8653-ea06f17e28cc from URL: /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml 2022-01-14T06:40:19.326Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:40:19.326Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml 2022-01-14T06:40:19.370Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:40:19.371Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml 129e0a4b-c306-40e9-8653-ea06f17e28cc 20368 2022-01-14T06:40:19.371Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-14T06:40:19.372Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml 2022-01-14T06:40:19.372Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:40:19.372Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:19.375Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:19.375Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142419371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:19.475Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:19.475Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:19.476Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:19.488Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:19.489Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:20.376Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 87db5a16-99bb-46f0-93e8-1020732668e0 from URL: /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env 2022-01-14T06:40:20.376Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-01-14T06:40:20.377Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env 2022-01-14T06:40:20.423Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-01-14T06:40:20.423Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env 87db5a16-99bb-46f0-93e8-1020732668e0 2098 2022-01-14T06:40:20.423Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-14T06:40:20.424Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env 2022-01-14T06:40:20.424Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:40:20.424Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:20.426Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:20.426Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142420423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:40:20.526Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:20.526Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:20.527Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:20.540Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:20.540Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:21.426Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a500b564-1131-4d71-abb5-80a9aea09bbc 2022-01-14T06:40:21.427Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7d690666-87e3 0 00138b19-e50f-4168-ab6f-a23961f37db5 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:40:21.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c460d03, org.onap.sdc.toscaparser.api.parameters.Input@123aa118, org.onap.sdc.toscaparser.api.parameters.Input@56944069, org.onap.sdc.toscaparser.api.parameters.Input@77ab7e4a, org.onap.sdc.toscaparser.api.parameters.Input@3b495ba9] 2022-01-14T06:40:21.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.445Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.445Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-01-14T06:40:21.445Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 944e5688-9153-4dc5-9779-6b9290e7b0a8 2022-01-14T06:40:21.445Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 944e5688-9153-4dc5-9779-6b9290e7b0a8 matches Tosca VF Customization UUID: 944e5688-9153-4dc5-9779-6b9290e7b0a8 2022-01-14T06:40:21.445Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 944e5688-9153-4dc5-9779-6b9290e7b0a8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-01-14T06:40:21.447Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.447Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.448Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 944e5688-9153-4dc5-9779-6b9290e7b0a8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-01-14T06:40:21.448Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@242ae920 2022-01-14T06:40:21.448Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.449Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:40:21.449Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fd3a66df-d384-44a3-9e31-66ab452461c8 2022-01-14T06:40:21.449Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fd3a66df-d384-44a3-9e31-66ab452461c8 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-01-14T06:40:21.451Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.451Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:21.451Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:21.451Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.452Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:21.452Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:21.452Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.452Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is not matching search criteria 2022-01-14T06:40:21.452Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:40:21.452Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-01-14T06:40:21.453Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:40:21.453Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:40:21.453Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:40:21.453Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.453Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:21.453Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:40:21.453Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:21.454Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:40:21.454Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.454Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=f910ffd2-bf9f-4ff8-b961-2f88d82c1449 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:40:21.456Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.456Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:21.456Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:21.457Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.457Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is not matching search criteria 2022-01-14T06:40:21.457Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:40:21.457Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:40:21.457Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:21.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:40:21.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:40:21.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-01-14T06:40:21.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-01-14T06:40:21.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:21.459Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-01-14T06:40:21.459Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.459Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4d0c7e53-786d-4d19-bf8a-f95c834ec228 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:40:21.461Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.461Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:21.461Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:21.461Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.462Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is not matching search criteria 2022-01-14T06:40:21.462Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-01-14T06:40:21.462Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-01-14T06:40:21.462Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:21.462Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.462Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.462Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-01-14T06:40:21.463Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-01-14T06:40:21.463Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-01-14T06:40:21.463Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-01-14T06:40:21.463Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-01-14T06:40:21.463Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-01-14T06:40:21.463Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-01-14T06:40:21.464Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f2c4f634-d108-4567-9580-148fd0516517 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:40:21.466Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.466Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:21.466Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:40:21.466Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.466Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Node template vFW 7d690666-87e3 0 is matching search criteria 2022-01-14T06:40:21.466Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 7d690666-87e3 0] matching following query criteria: sdcType=VF, customizationUUID=944e5688-9153-4dc5-9779-6b9290e7b0a8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:40:21.468Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.468Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.469Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a500b564-1131-4d71-abb5-80a9aea09bbc: vFW 7d690666-87e3 2022-01-14T06:40:21.469Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.469Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.469Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.469Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.469Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.470Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.470Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.470Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.470Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:40:21.470Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-01-14 06-38-39 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:40:21.470Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-01-14 06-38-39 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:40:21.666Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7d690666-87e3 00138b19-e50f-4168-ab6f-a23961f37db5 1 ASDC deployResourceStructure 2022-01-14T06:40:21.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json ASDC sendASDCNotification 2022-01-14T06:40:21.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json 2022-01-14T06:40:21.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:40:21.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:21.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:21.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142421667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:40:21.769Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:21.770Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:21.770Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:21.783Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:21.783Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:22.670Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-01-14T06:40:22.671Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml 2022-01-14T06:40:22.671Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:40:22.671Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:22.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:22.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142422670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:40:22.773Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:22.774Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:22.774Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:22.788Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:22.789Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:23.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env ASDC sendASDCNotification 2022-01-14T06:40:23.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env 2022-01-14T06:40:23.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:40:23.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:23.676Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:23.676Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142423674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-14T06:40:23.777Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:23.777Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:23.777Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:23.792Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:23.792Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:40:24.677Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar ASDC sendASDCNotification 2022-01-14T06:40:24.677Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar 2022-01-14T06:40:24.678Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:40:24.678Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:40:24.680Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:40:24.680Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142424677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:40:24.780Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:40:24.781Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:40:24.781Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:40:24.794Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:40:24.795Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:40:25.681Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:40:25.692Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:40:25.694Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:40:25.694Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:40:25.694Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:40:55.695Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:40:55.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:40:55.709Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:40:55.709Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:40:55.709Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:41:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:41:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:41:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:41:07.555Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:41:07.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:41:07.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142406215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:41:07.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:41:25.709Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:41:25.721Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:41:25.723Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:41:25.723Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:41:25.723Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:41:55.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:41:55.734Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:41:55.737Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:41:55.737Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:41:55.737Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:42:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:42:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:42:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:42:07.556Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:42:07.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T06:42:07.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:42:07.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T06:42:25.738Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:42:25.749Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:42:25.752Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:42:25.752Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:42:25.752Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:42:55.752Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:42:55.764Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:42:55.767Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:42:55.767Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:42:55.767Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:43:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:43:07.532Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:43:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:43:08.057Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:43:08.059Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.059Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142408388, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:43:08.060Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.060Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.060Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142406215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:43:08.060Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "NOTIFIED" } 2022-01-14T06:43:08.061Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.061Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.061Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142406215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:43:08.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-01-14T06:43:08.062Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.062Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.062Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142410398, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:43:08.063Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142406215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:43:08.063Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.063Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.063Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:43:08.064Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.064Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.064Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "clamp", "timestamp": 1642142411400, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:43:08.071Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 2022-01-14T06:43:08.071Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:43:08.079Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142406215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:43:08.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-01-14T06:43:08.080Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.080Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.080Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142412374, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142406215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.081Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "aai-ml", "timestamp": 1642142413378, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:43:08.086Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 2022-01-14T06:43:08.086Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:43:08.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142413932, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:43:08.095Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.095Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.095Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142407529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142415295, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142416721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.096Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142417724, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:43:08.101Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 2022-01-14T06:43:08.102Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:43:08.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.110Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142418315, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:43:08.110Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.110Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142419371, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142420423, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142421667, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/vfw7d69066687e30_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142422670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.111Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142423674, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/resourceInstances/vfw7d69066687e30/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-01-14T06:43:08.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:08.112Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-01-14T06:43:08.112Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142424677, "artifactURL": "/sdc/v1/catalog/services/Vfw20220114063839/1.0/artifacts/service-Vfw20220114063839-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:43:08.112Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:43:25.767Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:43:25.781Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:43:25.784Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:43:25.784Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:43:25.785Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:43:25.791Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:43:55.791Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:43:55.797Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and serviceModelVersionId: a500b564-1131-4d71-abb5-80a9aea09bbc 2022-01-14T06:43:55.797Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d7715889-f2a9-4c8b-940b-f625b4597ec4 2022-01-14T06:43:55.798Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d7715889-f2a9-4c8b-940b-f625b4597ec4/model-vers/model-ver/a500b564-1131-4d71-abb5-80a9aea09bbc?depth=0 2022-01-14T06:43:55.804Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:43:55.838Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7715889-f2a9-4c8b-940b-f625b4597ec4/model-vers/model-ver/a500b564-1131-4d71-abb5-80a9aea09bbc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-01-14T06:43:55.839Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7715889-f2a9-4c8b-940b-f625b4597ec4/model-vers/model-ver/a500b564-1131-4d71-abb5-80a9aea09bbc?depth=0|INFO|500||Invoke 2022-01-14T06:43:55.858Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7715889-f2a9-4c8b-940b-f625b4597ec4/model-vers/model-ver/a500b564-1131-4d71-abb5-80a9aea09bbc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:43:56.012Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7715889-f2a9-4c8b-940b-f625b4597ec4/model-vers/model-ver/a500b564-1131-4d71-abb5-80a9aea09bbc?depth=0|INFO|500||InvokeReturn 2022-01-14T06:43:56.013Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d7715889-f2a9-4c8b-940b-f625b4597ec4/model-vers/model-ver/a500b564-1131-4d71-abb5-80a9aea09bbc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220114-06:43:55:865-70759], vertex-id=[192680], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:43:55 GMT], Content-Type=[application/json]} 2022-01-14T06:43:56.013Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:43:56.013Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:43:56.013Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:43:56.018Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:43:56.018Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3ffa1d90-fe3f-4643-8315-5d87fb6902a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:43:56.018Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:43:56.018Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:43:56.020Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:43:56.020Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142636018, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:43:56.121Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:43:56.122Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:43:56.122Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:43:56.139Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:43:56.140Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:43:57.032Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:43:57.032Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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. 2022-01-14T06:43:57.032Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:44:07.531Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:44:07.531Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:44:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:44:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:44:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:44:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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. 2022-01-14T06:44:07.676Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:44:08.156Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:44:08.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-01-14T06:44:08.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "3ffa1d90-fe3f-4643-8315-5d87fb6902a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142636018, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:44:08.157Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:44:17.218Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:44:17.219Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:44:17.219Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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. 2022-01-14T06:44:17.220Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:44:26.764Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:44:26.764Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:44:26.765Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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. 2022-01-14T06:44:26.765Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:44:36.308Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:45:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:45:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:45:07.529Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:45:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:45:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:45:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:45:17.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:45:17.101Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:46:07.529Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:46:07.529Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:46:07.530Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:46:07.531Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:46:07.531Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:46:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:46:17.077Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:46:17.077Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:47:07.529Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:47:07.529Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:47:07.529Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:47:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:47:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:47:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:47:07.671Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:47:07.671Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.672Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "cds", "timestamp": 1642142821251, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:47:07.672Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "clamp", "timestamp": 1642142814523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "aai-ml", "timestamp": 1642142817013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "cds", "timestamp": 1642142821251, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:47:07.673Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "clamp", "timestamp": 1642142814523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "aai-ml", "timestamp": 1642142817013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "cds", "timestamp": 1642142826274, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:47:07.674Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "aai-ml", "timestamp": 1642142826276, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "multicloud-k8s-id", "timestamp": 1642142825918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142826215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:47:07.675Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "cds", "timestamp": 1642142827278, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:47:07.692Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2c0aff8-9398-4ad6-a847-278b1b2b33d0 2022-01-14T06:47:07.692Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:47:08.155Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:47:08.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-14T06:47:08.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2c0aff8-9398-4ad6-a847-278b1b2b33d0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"07385161-9f12-4a8f-89cc-772e4ff8598f","serviceDescription":"service","serviceInvariantUUID":"6be6f2cc-7273-4470-876a-815f97aa4023","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"6c8b07da-a910-4998-96b3-f0a8b5cd9dcd","resourceInvariantUUID":"5be98bee-0897-45f4-a0fa-724516e2aa0f","resourceCustomizationUUID":"c2253f3b-ea72-4bf3-a2ae-373e3ecd9fff","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":"MWViNWMyNTUzMjA2ODZlZDdhMTdjMTY2MGFlNWQ1Y2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cde28b4f-99da-4e5f-8b08-e4050454fdfd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDFjMmEwMmU2ZDJlOTU4NDdhMTdkZWQ4YmM2MTllNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37e6915f-b20b-43ad-bbb4-1e359fe773e9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:47:08.159Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:47:08.159Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:47:08.162Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:47:08.162Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142827529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:47:08.262Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:47:08.263Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:47:08.263Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:47:08.275Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:47:08.276Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:47:09.163Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:47:09.164Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:47:09.166Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:47:09.166Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142827529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:47:09.267Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:47:09.268Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:47:09.268Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:47:09.280Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:47:09.281Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:47:10.168Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "07385161-9f12-4a8f-89cc-772e4ff8598f", "serviceDescription": "service", "serviceInvariantUUID": "6be6f2cc-7273-4470-876a-815f97aa4023", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "c2253f3b-ea72-4bf3-a2ae-373e3ecd9fff", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "6c8b07da-a910-4998-96b3-f0a8b5cd9dcd", "resourceInvariantUUID": "5be98bee-0897-45f4-a0fa-724516e2aa0f", "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": "NDFjMmEwMmU2ZDJlOTU4NDdhMTdkZWQ4YmM2MTllNDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "37e6915f-b20b-43ad-bbb4-1e359fe773e9" } ], "workloadContext": "Production" } 2022-01-14T06:47:10.168Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:47:10.168Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 07385161-9f12-4a8f-89cc-772e4ff8598f ASDC 2022-01-14T06:47:10.168Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d2c0aff8-9398-4ad6-a847-278b1b2b33d0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:07385161-9f12-4a8f-89cc-772e4ff8598f ServiceInvariantUUID:6be6f2cc-7273-4470-876a-815f97aa4023 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:37e6915f-b20b-43ad-bbb4-1e359fe773e9 ArtifactChecksum:NDFjMmEwMmU2ZDJlOTU4NDdhMTdkZWQ4YmM2MTllNDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:c2253f3b-ea72-4bf3-a2ae-373e3ecd9fff ResourceInvariantUUID:5be98bee-0897-45f4-a0fa-724516e2aa0f ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:6c8b07da-a910-4998-96b3-f0a8b5cd9dcd ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-01-14T06:47:10.168Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 07385161-9f12-4a8f-89cc-772e4ff8598f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:47:10.194Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:47:10.195Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T06:47:10.195Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T06:47:10.195Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 37e6915f-b20b-43ad-bbb4-1e359fe773e9 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-14T06:47:10.195Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-14T06:47:10.195Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-14T06:47:10.509Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-14T06:47:10.513Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 37e6915f-b20b-43ad-bbb4-1e359fe773e9 52482 2022-01-14T06:47:10.514Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-01-14T06:47:10.514Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-14T06:47:10.514Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:47:10.514Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:47:10.516Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:47:10.516Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142830513, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:47:10.617Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:47:10.617Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:47:10.617Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:47:10.629Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:47:10.629Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:47:11.517Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:47:11.518Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T06:47:11.518Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 37e6915f-b20b-43ad-bbb4-1e359fe773e9, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.519Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-01-14T06:47:11.519Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.520Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.595Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7095170909096311000/Definitions/service-BasicNetwork-template.yml 2022-01-14T06:47:11.910Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-01-14T06:47:11.911Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:47:11.912Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.913Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:07385161-9f12-4a8f-89cc-772e4ff8598f Model Version:NULL Model InvariantUuid:6be6f2cc-7273-4470-876a-815f97aa4023 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:5be98bee-0897-45f4-a0fa-724516e2aa0f Model UUID:6beb3b13-78f1-4e0b-8223-09c7c93aa0f9 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:c2253f3b-ea72-4bf3-a2ae-373e3ecd9fff Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:47:11.919Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 6c8b07da-a910-4998-96b3-f0a8b5cd9dcd 2022-01-14T06:47:11.920Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||No resources found for Service: 07385161-9f12-4a8f-89cc-772e4ff8598f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:47:11.923Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500|| 2022-01-14T06:47:11.923Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-01-14T06:47:11.923Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 07385161-9f12-4a8f-89cc-772e4ff8598f 2022-01-14T06:47:11.923Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 07385161-9f12-4a8f-89cc-772e4ff8598f 2022-01-14T06:47:11.923Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-01-14T06:47:11.923Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:47:11.928Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5efd3999, org.onap.sdc.toscaparser.api.parameters.Input@64a98175, org.onap.sdc.toscaparser.api.parameters.Input@2e5bdee1, org.onap.sdc.toscaparser.api.parameters.Input@6177944, org.onap.sdc.toscaparser.api.parameters.Input@3191a9ee] 2022-01-14T06:47:11.929Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.929Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.929Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.929Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.929Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 07385161-9f12-4a8f-89cc-772e4ff8598f: Generic NeutronNet 2022-01-14T06:47:11.929Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.930Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.930Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.930Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-01-14T06:47:11.950Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.950Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.950Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.951Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.951Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:47:11.951Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:47:11.951Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-01-14T06:47:12.005Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-01-14T06:47:12.005Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-01-14T06:47:12.005Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-01-14T06:47:12.005Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:47:12.006Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:47:12.007Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:47:12.007Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142832005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:47:12.107Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:47:12.108Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:47:12.108Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:47:12.121Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:47:12.121Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:47:13.007Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:47:13.019Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:47:13.021Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:47:13.021Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:47:13.022Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:47:43.022Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:47:43.032Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:47:43.035Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:47:43.035Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:47:43.035Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:48:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:48:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:48:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:48:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:48:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:48:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "multicloud-k8s-id", "timestamp": 1642142825918, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:48:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:48:13.035Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:48:13.045Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:48:13.048Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:48:13.048Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:48:13.048Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:48:43.048Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:48:43.059Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:48:43.062Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:48:43.062Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:48:43.062Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:49:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:49:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:49:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:49:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:49:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:49:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142826215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:49:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:49:13.063Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:49:13.073Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:49:13.075Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:49:13.075Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:49:13.075Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:49:43.075Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:49:43.086Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:49:43.091Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:49:43.091Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:49:43.091Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:50:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:50:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:50:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142827529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142829009, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142827529, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "ves-openapi-manager", "timestamp": 1642142828659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "clamp", "timestamp": 1642142829453, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:50:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "aai-ml", "timestamp": 1642142829712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "ves-openapi-manager", "timestamp": 1642142828659, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142830401, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "clamp", "timestamp": 1642142830472, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:50:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142830513, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:50:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "aai-ml", "timestamp": 1642142830715, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:50:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2c0aff8-9398-4ad6-a847-278b1b2b33d0 2022-01-14T06:50:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:50:07.576Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.576Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142831404, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:50:07.581Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2c0aff8-9398-4ad6-a847-278b1b2b33d0 2022-01-14T06:50:07.581Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:50:07.590Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.590Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "clamp", "timestamp": 1642142831475, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:50:07.596Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2c0aff8-9398-4ad6-a847-278b1b2b33d0 2022-01-14T06:50:07.596Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:50:07.605Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.605Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "policy-id", "timestamp": 1642142830915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:07.605Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642142832005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "policy-id", "timestamp": 1642142830915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "policy-id", "timestamp": 1642142833604, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "dcae-sch", "timestamp": 1642142833627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:07.606Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "policy-id", "timestamp": 1642142834609, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "dcae-sch", "timestamp": 1642142833627, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:50:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "policy-id", "timestamp": 1642142835613, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:50:07.612Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2c0aff8-9398-4ad6-a847-278b1b2b33d0 2022-01-14T06:50:07.612Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:50:13.091Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:50:13.103Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:50:13.105Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:50:13.105Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:50:13.105Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:50:13.105Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:50:13.105Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:50:13.105Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:50:13.106Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:50:13.106Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:50:13.106Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:50:13.106Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:50:13.106Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:50:13.111Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:50:43.111Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:50:43.118Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and serviceModelVersionId: 07385161-9f12-4a8f-89cc-772e4ff8598f 2022-01-14T06:50:43.118Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6be6f2cc-7273-4470-876a-815f97aa4023 2022-01-14T06:50:43.119Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6be6f2cc-7273-4470-876a-815f97aa4023/model-vers/model-ver/07385161-9f12-4a8f-89cc-772e4ff8598f?depth=0 2022-01-14T06:50:43.125Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:50:43.156Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be6f2cc-7273-4470-876a-815f97aa4023/model-vers/model-ver/07385161-9f12-4a8f-89cc-772e4ff8598f?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-01-14T06:50:43.157Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be6f2cc-7273-4470-876a-815f97aa4023/model-vers/model-ver/07385161-9f12-4a8f-89cc-772e4ff8598f?depth=0|INFO|500||Invoke 2022-01-14T06:50:43.181Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be6f2cc-7273-4470-876a-815f97aa4023/model-vers/model-ver/07385161-9f12-4a8f-89cc-772e4ff8598f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:50:43.254Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be6f2cc-7273-4470-876a-815f97aa4023/model-vers/model-ver/07385161-9f12-4a8f-89cc-772e4ff8598f?depth=0|INFO|500||InvokeReturn 2022-01-14T06:50:43.254Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6be6f2cc-7273-4470-876a-815f97aa4023/model-vers/model-ver/07385161-9f12-4a8f-89cc-772e4ff8598f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220114-06:50:43:187-1007], vertex-id=[446608], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:50:43 GMT], Content-Type=[application/json]} 2022-01-14T06:50:43.255Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:50:43.255Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:50:43.255Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:50:43.259Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:50:43.259Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2c0aff8-9398-4ad6-a847-278b1b2b33d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:50:43.260Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:50:43.260Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:43.261Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:43.261Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143043259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:50:43.362Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:43.362Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:43.362Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:43.380Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:43.380Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:50:44.276Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:50:44.277Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:50:44.277Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:48.746Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:48.747Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-14T06:50:48.747Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ff7ffc48-3108-4362-b1f1-8b96ad1065ce","serviceName":"Demo_pNF_7C6DJ5t7jlr4XtX5Ijme","serviceVersion":"1.0","serviceUUID":"e477664a-af10-4b60-8f7f-3a68bd8a072b","serviceDescription":"catalog service description","serviceInvariantUUID":"28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c","resources":[{"resourceInstanceName":"pNF 2fd9e838-0c44 0","resourceName":"pNF 2fd9e838-0c44","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7","resourceInvariantUUID":"61026193-9ec3-4e5d-8bb5-56045bbeaa20","resourceCustomizationUUID":"ea930c49-295d-4596-ba31-f189c976d269","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml","artifactChecksum":"NGI0ZDIxM2U1ZjhhYzZmODhlZTMyYjhjYThiZTUyYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21d6c938-7ead-4a7f-be22-2dbd71b03a3f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar","artifactChecksum":"YWM4ZGUyOTM0ZTdhMzg4OGFhNzNmZWUwYzBmYTBiZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9f55ef62-bdd1-4ce1-ab49-13c2efd7a830","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fa23d9ab-2366-460a-90e8-fc74cc7a9661","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml","artifactChecksum":"MjI0ZDE5ZWMyMmNiZWJmZjliMWQ0MDg0ZGY4OTg0MDc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d41efc90-d7bc-41ed-9759-e85992758964","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1dca67a2-8693-4e6d-97cd-8e4fdebc5867","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96661738-de9e-4c39-99dd-b041e939133e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml","artifactChecksum":"Nzg1Yzg5OTA5MjdlMzlhZDkzYmEwNjRjZDgzMTI0YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e2b88264-7df2-4553-b78f-63790f5d1c08","artifactVersion":"1"},{"artifactName":"service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar","artifactChecksum":"ZTM5MTk0NDI5YjIyOGQ1YjYwNjhhOThlZGU4YzgyNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"707ec306-cf65-4fbc-a24a-019b54097c4c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:50:48.749Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:48.749Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:48.751Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:48.751Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:48.851Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:48.851Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:48.852Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:48.864Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:48.864Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:49.751Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:49.752Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:49.754Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:49.754Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:49.854Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:49.855Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:49.855Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:49.869Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:49.870Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:50.755Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:50.756Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:50.758Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:50.758Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:50.858Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:50.858Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:50.858Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:50.873Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:50.873Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:51.758Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:51.760Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:51.763Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:51.763Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:51.863Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:51.863Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:51.864Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:51.877Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:51.877Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:50:52.764Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:52.764Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:52.766Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:52.766Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:52.867Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:50:52.868Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:52.868Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:52.881Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:52.881Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:53.767Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:53.768Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:53.770Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:53.770Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:53.870Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:53.871Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:53.871Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:53.884Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:53.884Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:54.771Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:54.772Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:54.774Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:54.774Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:50:54.874Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:54.875Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:54.875Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:54.888Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:54.889Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:50:55.775Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:50:55.776Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:55.778Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:55.778Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:50:55.878Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:55.879Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:55.879Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:55.894Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:55.894Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:56.779Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "serviceName": "Demo_pNF_7C6DJ5t7jlr4XtX5Ijme", "serviceVersion": "1.0", "serviceUUID": "e477664a-af10-4b60-8f7f-3a68bd8a072b", "serviceDescription": "catalog service description", "serviceInvariantUUID": "28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c", "resources": [ { "resourceInstanceName": "pNF 2fd9e838-0c44 0", "resourceCustomizationUUID": "ea930c49-295d-4596-ba31-f189c976d269", "resourceName": "pNF 2fd9e838-0c44", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7", "resourceInvariantUUID": "61026193-9ec3-4e5d-8bb5-56045bbeaa20", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "artifactChecksum": "ZTM5MTk0NDI5YjIyOGQ1YjYwNjhhOThlZGU4YzgyNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "707ec306-cf65-4fbc-a24a-019b54097c4c" } ], "workloadContext": "Production" } 2022-01-14T06:50:56.780Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:50:56.780Z|d2c0aff8-9398-4ad6-a847-278b1b2b33d0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e477664a-af10-4b60-8f7f-3a68bd8a072b ASDC 2022-01-14T06:50:56.780Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ff7ffc48-3108-4362-b1f1-8b96ad1065ce ServiceName:Demo_pNF_7C6DJ5t7jlr4XtX5Ijme ServiceVersion:1.0 ServiceUUID:e477664a-af10-4b60-8f7f-3a68bd8a072b ServiceInvariantUUID:28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar ArtifactUUID:707ec306-cf65-4fbc-a24a-019b54097c4c ArtifactChecksum:ZTM5MTk0NDI5YjIyOGQ1YjYwNjhhOThlZGU4YzgyNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2fd9e838-0c44 0 ResourceCustomizationUUID:ea930c49-295d-4596-ba31-f189c976d269 ResourceInvariantUUID:61026193-9ec3-4e5d-8bb5-56045bbeaa20 ResourceName:pNF 2fd9e838-0c44 ResourceType:PNF ResourceUUID:7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-14T06:50:56.780Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e477664a-af10-4b60-8f7f-3a68bd8a072b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:50:56.804Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:50:56.805Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T06:50:56.805Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T06:50:56.805Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 707ec306-cf65-4fbc-a24a-019b54097c4c from URL: /sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:56.805Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-14T06:50:56.806Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:56.920Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-14T06:50:56.925Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 707ec306-cf65-4fbc-a24a-019b54097c4c 82619 2022-01-14T06:50:56.925Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar ASDC sendASDCNotification 2022-01-14T06:50:56.925Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:56.926Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:50:56.926Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:56.927Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:56.927Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143056925, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:50:57.027Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:57.028Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:57.028Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:57.039Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:57.039Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:57.928Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:50:57.929Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T06:50:57.929Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 707ec306-cf65-4fbc-a24a-019b54097c4c, URL: /sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar to file: /app/ASDC/1/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:57.929Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:57.930Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:57.930Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.015Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17073853024078998004/Definitions/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml 2022-01-14T06:50:58.565Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:50:58.565Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-14T06:50:58.565Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.565Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-14T06:50:58.565Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||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-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||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-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||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-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||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-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||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-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2fd9e838-0c44 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-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Node template pNF 2fd9e838-0c44 0 is matching search criteria 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2fd9e838-0c44 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.566Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Node template pNF 2fd9e838-0c44 0 is matching search criteria 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 2fd9e838-0c44 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.567Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_7C6DJ5t7jlr4XtX5Ijme Description:catalog service description Model UUID:e477664a-af10-4b60-8f7f-3a68bd8a072b Model Version:NULL Model InvariantUuid:28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:50:58.574Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:50:58.577Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||pNF 2fd9e838-0c44 0 2022-01-14T06:50:58.577Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7 2022-01-14T06:50:58.577Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||No resources found for Service: e477664a-af10-4b60-8f7f-3a68bd8a072b 2022-01-14T06:50:58.577Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e477664a-af10-4b60-8f7f-3a68bd8a072b 2022-01-14T06:50:58.577Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2fd9e838-0c44 0 7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:50:58.581Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5d2a6265, org.onap.sdc.toscaparser.api.parameters.Input@3e878a16, org.onap.sdc.toscaparser.api.parameters.Input@4914afd7, org.onap.sdc.toscaparser.api.parameters.Input@7c517445, org.onap.sdc.toscaparser.api.parameters.Input@72e618e0] 2022-01-14T06:50:58.581Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.581Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.581Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e477664a-af10-4b60-8f7f-3a68bd8a072b: pNF 2fd9e838-0c44 2022-01-14T06:50:58.582Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||Processing PNF resource: 7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7 2022-01-14T06:50:58.582Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:50:58.582Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_7C6DJ5t7jlr4XtX5Ijme is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:50:58.582Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||Resource customization UUID: ea930c49-295d-4596-ba31-f189c976d269 is the same as notified resource customizationUUID: ea930c49-295d-4596-ba31-f189c976d269 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-01-14T06:50:58.635Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2fd9e838-0c44 7c2021f8-a6d3-4a11-8be3-48fd30d5f7f7 0 ASDC deployResourceStructure 2022-01-14T06:50:58.635Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar ASDC sendASDCNotification 2022-01-14T06:50:58.635Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar 2022-01-14T06:50:58.635Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:50:58.636Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:50:58.637Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:50:58.637Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143058635, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:50:58.737Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:50:58.738Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:50:58.738Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:50:58.750Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:50:58.751Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:50:59.638Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff7ffc48-3108-4362-b1f1-8b96ad1065ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:50:59.649Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff7ffc48-3108-4362-b1f1-8b96ad1065ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:50:59.651Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:50:59.651Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:50:59.652Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:51:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:51:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:51:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:51:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:51:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142886214, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142888659, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "multicloud-k8s-id", "timestamp": 1642142885918, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142881251, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142890915, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142898924, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142898971, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142899061, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142899626, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "cds", "timestamp": 1642142899975, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:51:08.388Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ff7ffc48-3108-4362-b1f1-8b96ad1065ce 2022-01-14T06:51:08.389Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff7ffc48-3108-4362-b1f1-8b96ad1065ce and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:51:08.399Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.399Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142900287, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142900618, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142900630, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "dcae-sch", "timestamp": 1642142893627, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.400Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "ves-openapi-manager", "timestamp": 1642142901291, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:51:08.405Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ff7ffc48-3108-4362-b1f1-8b96ad1065ce 2022-01-14T06:51:08.405Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff7ffc48-3108-4362-b1f1-8b96ad1065ce and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:51:08.414Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.415Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642142901621, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:51:08.419Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ff7ffc48-3108-4362-b1f1-8b96ad1065ce 2022-01-14T06:51:08.419Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff7ffc48-3108-4362-b1f1-8b96ad1065ce and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:51:08.426Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.426Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "policy-id", "timestamp": 1642142901632, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:51:08.432Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ff7ffc48-3108-4362-b1f1-8b96ad1065ce 2022-01-14T06:51:08.432Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff7ffc48-3108-4362-b1f1-8b96ad1065ce and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:51:08.441Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.441Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.442Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142904523, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142907013, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:51:08.443Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142916116, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142920711, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142921467, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.444Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "aai-ml", "timestamp": 1642142921716, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:51:08.450Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ff7ffc48-3108-4362-b1f1-8b96ad1065ce 2022-01-14T06:51:08.450Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff7ffc48-3108-4362-b1f1-8b96ad1065ce and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:51:08.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.458Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142923477, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:51:08.459Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:51:08.459Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:51:08.459Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "clamp", "timestamp": 1642142924481, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:51:08.465Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ff7ffc48-3108-4362-b1f1-8b96ad1065ce 2022-01-14T06:51:08.465Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ff7ffc48-3108-4362-b1f1-8b96ad1065ce and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:51:29.652Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ff7ffc48-3108-4362-b1f1-8b96ad1065ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:51:29.662Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ff7ffc48-3108-4362-b1f1-8b96ad1065ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:51:29.665Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:51:29.666Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:51:29.673Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:51:59.673Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ff7ffc48-3108-4362-b1f1-8b96ad1065ce and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:51:59.678Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ff7ffc48-3108-4362-b1f1-8b96ad1065ce and serviceModelVersionId: e477664a-af10-4b60-8f7f-3a68bd8a072b 2022-01-14T06:51:59.679Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c 2022-01-14T06:51:59.679Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0 2022-01-14T06:51:59.685Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:51:59.719Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0|INFO|500||Invoke 2022-01-14T06:51:59.720Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ff7ffc48-3108-4362-b1f1-8b96ad1065ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1cde34da-837b-4254-92cb-d28b85d4bd6c], X-ECOMP-RequestID=[ff7ffc48-3108-4362-b1f1-8b96ad1065ce], X-TransactionId=[], X-ONAP-RequestID=[ff7ffc48-3108-4362-b1f1-8b96ad1065ce], Content-Type=[application/merge-patch+json]} 2022-01-14T06:51:59.738Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:51:59.820Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220114-06:51:59:746-44501], vertex-id=[446568], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:51:59 GMT], Content-Type=[application/json]} 2022-01-14T06:51:59.820Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:51:59.821Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/28fcb8e7-cd2a-4cd8-ba6f-9c831ed2246c/model-vers/model-ver/e477664a-af10-4b60-8f7f-3a68bd8a072b?depth=0|INFO|500||InvokeReturn 2022-01-14T06:51:59.821Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:51:59.821Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:51:59.826Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:51:59.826Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ff7ffc48-3108-4362-b1f1-8b96ad1065ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:51:59.827Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:51:59.827Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:51:59.829Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:51:59.829Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143119826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:51:59.929Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:51:59.930Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:51:59.930Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:51:59.947Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:51:59.948Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:52:00.840Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:52:00.841Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:52:00.841Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:01.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:01.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-14T06:52:01.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6e926099-6ba9-426a-9cbe-8adab33d06e4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"933c9763-4e37-4611-bf0a-eb2ef7aa61d6","serviceDescription":"service","serviceInvariantUUID":"20633500-7a91-430b-8ae5-2a0d9c66cb06","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f642020d-70d9-4a22-ab49-fea3833fb2f0","resourceInvariantUUID":"26021598-9c1a-43d9-9970-c6fc07b69105","resourceCustomizationUUID":"d3516978-11c2-445a-95c9-63d7ac7370ea","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":"MDkzNTA3ODJjY2YzMDFiMzUyNWMwNTE0NGM0YTg3ZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e56fa411-9739-49b3-87a7-6a8c17516022","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":"NjI1ODA2ODdlNTAyNDcwNjUxNWJjMzFiYmI1NmFjMmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d95ae52-7528-41e4-8532-de80fa4e312a","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":"062c1148-e4d3-4ac6-b0a0-bde88839c110","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":"bacb14fc-dd52-45e8-9dee-6abe7749b00c","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":"69bc3dc8-4d45-4d13-b4f7-b0b50c491249","artifactVersion":"2","generatedFromUUID":"062c1148-e4d3-4ac6-b0a0-bde88839c110"},{"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":"YmIwMWNmYjVlYTdhZTg5YmVmMmJkZThhNGU1MmQzYTI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c8daa3fd-15c5-47d7-908f-3065170129db","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":"MGZjZTQzYWYwYjJiNWQyNjA3NGY0NjdkZTIzMjI1YTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5d55698-10d4-4238-ba16-0051602ae511","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OWM4MTJiMDdkNzc3Y2I2NDYwZmFkYjFiOWY0NDA3ZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60dbc223-a871-434f-a1fb-beaa0b4a95a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:52:01.468Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:01.468Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:01.470Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:01.470Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:01.570Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:01.571Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:01.571Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:01.584Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:01.585Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:02.471Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:02.472Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:02.474Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:02.474Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:52:02.574Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:02.575Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:02.575Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:02.589Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:02.589Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:03.474Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:03.475Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:03.477Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:03.477Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T06:52:03.578Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:03.578Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:03.578Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:03.591Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:03.591Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:04.478Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:04.479Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:04.481Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:04.481Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:04.581Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:04.582Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:04.582Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:04.596Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:04.596Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:05.481Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:05.482Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:05.484Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:05.484Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-14T06:52:05.584Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:05.585Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:05.585Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:05.599Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:05.599Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:06.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:06.485Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:06.487Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:06.487Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:06.588Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:52:06.588Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:06.589Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:06.603Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:06.603Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:07.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:07.488Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:07.490Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:07.490Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:52:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:52:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2c0aff8-9398-4ad6-a847-278b1b2b33d0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143043259, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:52:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:52:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/resourceInstances/pnf2fd9e8380c440/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143044276, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143056925, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143058635, "artifactURL": "/sdc/v1/catalog/services/DemoPnf7c6dj5t7jlr4xtx5ijme/1.0/artifacts/service-DemoPnf7c6dj5t7jlr4xtx5ijme-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.567Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "dcae-sch", "timestamp": 1642143053627, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143057013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143054523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143050915, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.568Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:52:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:52:07.569Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:52:07.590Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:07.591Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:07.591Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:07.604Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:07.604Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:08.490Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:52:08.491Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:08.493Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:08.493Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:52:08.594Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:52:08.594Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:08.594Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:08.608Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:08.608Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:52:09.495Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "933c9763-4e37-4611-bf0a-eb2ef7aa61d6", "serviceDescription": "service", "serviceInvariantUUID": "20633500-7a91-430b-8ae5-2a0d9c66cb06", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d3516978-11c2-445a-95c9-63d7ac7370ea", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f642020d-70d9-4a22-ab49-fea3833fb2f0", "resourceInvariantUUID": "26021598-9c1a-43d9-9970-c6fc07b69105", "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": "NjI1ODA2ODdlNTAyNDcwNjUxNWJjMzFiYmI1NmFjMmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d95ae52-7528-41e4-8532-de80fa4e312a", "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": "062c1148-e4d3-4ac6-b0a0-bde88839c110", "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": "69bc3dc8-4d45-4d13-b4f7-b0b50c491249", "generatedFromUUID": "062c1148-e4d3-4ac6-b0a0-bde88839c110" }, "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": "69bc3dc8-4d45-4d13-b4f7-b0b50c491249", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "OWM4MTJiMDdkNzc3Y2I2NDYwZmFkYjFiOWY0NDA3ZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60dbc223-a871-434f-a1fb-beaa0b4a95a6" } ], "workloadContext": "Production" } 2022-01-14T06:52:09.495Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:52:09.495Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 933c9763-4e37-4611-bf0a-eb2ef7aa61d6 ASDC 2022-01-14T06:52:09.496Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:6e926099-6ba9-426a-9cbe-8adab33d06e4 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:933c9763-4e37-4611-bf0a-eb2ef7aa61d6 ServiceInvariantUUID:20633500-7a91-430b-8ae5-2a0d9c66cb06 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:60dbc223-a871-434f-a1fb-beaa0b4a95a6 ArtifactChecksum:OWM4MTJiMDdkNzc3Y2I2NDYwZmFkYjFiOWY0NDA3ZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d3516978-11c2-445a-95c9-63d7ac7370ea ResourceInvariantUUID:26021598-9c1a-43d9-9970-c6fc07b69105 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:f642020d-70d9-4a22-ab49-fea3833fb2f0 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:0d95ae52-7528-41e4-8532-de80fa4e312a ArtifactChecksum:NjI1ODA2ODdlNTAyNDcwNjUxNWJjMzFiYmI1NmFjMmU= 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:062c1148-e4d3-4ac6-b0a0-bde88839c110 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:69bc3dc8-4d45-4d13-b4f7-b0b50c491249 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:69bc3dc8-4d45-4d13-b4f7-b0b50c491249 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-14T06:52:09.496Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 933c9763-4e37-4611-bf0a-eb2ef7aa61d6 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:52:09.533Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:52:09.533Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:52:09.534Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:52:09.534Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 60dbc223-a871-434f-a1fb-beaa0b4a95a6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-14T06:52:09.534Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:52:09.534Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-14T06:52:09.713Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:52:09.719Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 60dbc223-a871-434f-a1fb-beaa0b4a95a6 78787 2022-01-14T06:52:09.719Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-01-14T06:52:09.719Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-14T06:52:09.719Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:52:09.719Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:09.721Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:09.721Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143129719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:52:09.821Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:09.822Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:09.822Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:09.834Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:09.835Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:52:10.721Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:52:10.722Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:52:10.722Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 60dbc223-a871-434f-a1fb-beaa0b4a95a6, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:10.723Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-01-14T06:52:10.723Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:10.723Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:10.809Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1417028297858413347/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-01-14T06:52:11.725Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:52:11.725Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:52:11.725Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.725Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-14T06:52:11.725Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.725Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:52:11.726Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-01-14T06:52:11.727Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.728Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=104b88fe-c69e-4e3a-b187-124836bc52b2 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.729Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:11.730Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.730Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:11.730Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:11.730Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:11.730Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:933c9763-4e37-4611-bf0a-eb2ef7aa61d6 Model Version:NULL Model InvariantUuid:20633500-7a91-430b-8ae5-2a0d9c66cb06 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:bcf6e648-b15f-4803-86fe-e08640e9c993 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:26021598-9c1a-43d9-9970-c6fc07b69105 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d3516978-11c2-445a-95c9-63d7ac7370ea NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:cd82ff01-159a-43dc-8840-3a9247a98ba1 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:96aab18b-3ef2-4aa2-badc-48943f4e89e9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:104b88fe-c69e-4e3a-b187-124836bc52b2 ModelInvariantUuid:51b5678d-70b8-43b4-b524-c14939a62eaf ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7dcffa13-8ffc-44de-8af2-968249f874b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ae51caa3-7354-4a45-bb78-710abe8710e5 ModelInvariantUuid:95e58b0a-a8f0-42bc-9179-d82d69bd5408 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e2cba326-e2ff-4683-96c6-516448ddbd99 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:52:11.737Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f642020d-70d9-4a22-ab49-fea3833fb2f0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:52:11.740Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-01-14T06:52:11.740Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f642020d-70d9-4a22-ab49-fea3833fb2f0 2022-01-14T06:52:11.740Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0d95ae52-7528-41e4-8532-de80fa4e312a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-01-14T06:52:11.740Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:52:11.740Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-01-14T06:52:11.778Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:52:11.778Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 0d95ae52-7528-41e4-8532-de80fa4e312a 792 2022-01-14T06:52:11.778Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-01-14T06:52:11.778Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-01-14T06:52:11.779Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:52:11.779Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:11.781Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:11.781Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143131778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:52:11.881Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:11.882Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:11.882Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:11.896Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:11.896Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:12.782Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cd82ff01-159a-43dc-8840-3a9247a98ba1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "96aab18b-3ef2-4aa2-badc-48943f4e89e9", "vfModuleModelCustomizationUUID": "dc79843e-573d-401e-896e-40e0fa7bab19", "isBase": true, "artifacts": [ "062c1148-e4d3-4ac6-b0a0-bde88839c110", "69bc3dc8-4d45-4d13-b4f7-b0b50c491249" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:52:12.786Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:96aab18b-3ef2-4aa2-badc-48943f4e89e9 VfModuleModelInvariantUUID:cd82ff01-159a-43dc-8840-3a9247a98ba1 VfModuleModelDescription:NULL Artifacts UUID List:{ 062c1148-e4d3-4ac6-b0a0-bde88839c110 , 69bc3dc8-4d45-4d13-b4f7-b0b50c491249 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:52:12.788Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "cd82ff01-159a-43dc-8840-3a9247a98ba1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "96aab18b-3ef2-4aa2-badc-48943f4e89e9", "vfModuleModelCustomizationUUID": "dc79843e-573d-401e-896e-40e0fa7bab19", "isBase": true, "artifacts": [ "062c1148-e4d3-4ac6-b0a0-bde88839c110", "69bc3dc8-4d45-4d13-b4f7-b0b50c491249" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:52:12.788Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:96aab18b-3ef2-4aa2-badc-48943f4e89e9 VfModuleModelInvariantUUID:cd82ff01-159a-43dc-8840-3a9247a98ba1 VfModuleModelDescription:NULL Artifacts UUID List:{ 062c1148-e4d3-4ac6-b0a0-bde88839c110 , 69bc3dc8-4d45-4d13-b4f7-b0b50c491249 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:52:12.789Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 062c1148-e4d3-4ac6-b0a0-bde88839c110 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-01-14T06:52:12.789Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:52:12.789Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-01-14T06:52:12.827Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:52:12.827Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 062c1148-e4d3-4ac6-b0a0-bde88839c110 5033 2022-01-14T06:52:12.828Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-01-14T06:52:12.828Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-01-14T06:52:12.828Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:52:12.828Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:12.830Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:12.830Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143132828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:52:12.930Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:12.931Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:12.931Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:12.945Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:12.945Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:52:13.831Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69bc3dc8-4d45-4d13-b4f7-b0b50c491249 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-01-14T06:52:13.832Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:52:13.832Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-01-14T06:52:13.866Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:52:13.867Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 69bc3dc8-4d45-4d13-b4f7-b0b50c491249 903 2022-01-14T06:52:13.867Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-01-14T06:52:13.867Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-01-14T06:52:13.867Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:52:13.868Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:13.869Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:13.869Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143133867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:52:13.970Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:52:13.970Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:13.970Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:13.985Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:13.985Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:14.870Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 933c9763-4e37-4611-bf0a-eb2ef7aa61d6 2022-01-14T06:52:14.871Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f642020d-70d9-4a22-ab49-fea3833fb2f0 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:52:14.887Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ea93959, org.onap.sdc.toscaparser.api.parameters.Input@1ce782c7, org.onap.sdc.toscaparser.api.parameters.Input@569645d8, org.onap.sdc.toscaparser.api.parameters.Input@6ae41929, org.onap.sdc.toscaparser.api.parameters.Input@4d2096dd] 2022-01-14T06:52:14.888Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.888Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.889Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-14T06:52:14.889Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d3516978-11c2-445a-95c9-63d7ac7370ea 2022-01-14T06:52:14.889Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d3516978-11c2-445a-95c9-63d7ac7370ea matches Tosca VF Customization UUID: d3516978-11c2-445a-95c9-63d7ac7370ea 2022-01-14T06:52:14.889Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d3516978-11c2-445a-95c9-63d7ac7370ea matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-01-14T06:52:14.891Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.891Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.892Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d3516978-11c2-445a-95c9-63d7ac7370ea: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-01-14T06:52:14.892Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43ca89aa 2022-01-14T06:52:14.892Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.892Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:52:14.892Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dc79843e-573d-401e-896e-40e0fa7bab19 2022-01-14T06:52:14.893Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dc79843e-573d-401e-896e-40e0fa7bab19 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-01-14T06:52:14.895Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.895Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:14.895Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:52:14.895Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.895Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:14.895Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:52:14.895Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.896Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-01-14T06:52:14.896Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-14T06:52:14.896Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-14T06:52:14.896Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=104b88fe-c69e-4e3a-b187-124836bc52b2 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:52:14.898Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.898Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:14.898Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:52:14.899Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.899Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-01-14T06:52:14.899Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d3516978-11c2-445a-95c9-63d7ac7370ea Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:52:14.901Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.901Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.902Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 933c9763-4e37-4611-bf0a-eb2ef7aa61d6: basic_vm_macro 2022-01-14T06:52:14.902Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.902Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.902Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.902Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.902Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.903Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.903Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.903Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.903Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:52:14.903Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:52:14.903Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:52:14.981Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f642020d-70d9-4a22-ab49-fea3833fb2f0 1 ASDC deployResourceStructure 2022-01-14T06:52:14.982Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-01-14T06:52:14.982Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-01-14T06:52:14.982Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:52:14.982Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:14.984Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:14.984Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143134982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:52:15.084Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:15.085Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:15.085Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:15.096Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:15.096Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:15.985Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-01-14T06:52:15.985Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-01-14T06:52:15.986Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:52:15.986Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:15.988Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:15.989Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143135985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:52:16.089Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:16.090Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:16.090Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:16.101Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:16.102Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:16.989Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-01-14T06:52:16.990Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-01-14T06:52:16.990Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:52:16.991Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:16.993Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:16.993Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143136989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-14T06:52:17.094Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:52:17.094Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:17.094Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:17.108Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:17.108Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:17.994Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-01-14T06:52:17.995Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-01-14T06:52:17.995Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:52:17.995Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:52:17.997Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:52:17.997Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143137994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:52:18.097Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:52:18.098Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:52:18.098Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:52:18.110Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:52:18.111Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:52:18.997Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:52:19.008Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:52:19.010Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:52:19.010Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:52:19.010Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:52:49.011Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:52:49.022Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:52:49.024Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:52:49.024Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:52:49.025Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:53:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:53:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:53:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:53:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:53:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:53:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:53:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:53:19.025Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:53:19.034Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:53:19.036Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:53:19.036Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:53:19.036Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:53:49.037Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:53:49.047Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:53:49.049Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:53:49.049Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:53:49.050Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:54:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:54:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:54:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143068423, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.564Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143068424, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.565Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143069429, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143070115, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.566Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "policy-id", "timestamp": 1642143070431, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.573Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e926099-6ba9-426a-9cbe-8adab33d06e4 2022-01-14T06:54:07.573Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e926099-6ba9-426a-9cbe-8adab33d06e4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.584Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.584Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-14T06:54:07.584Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.584Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.584Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.585Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.586Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.586Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "cds", "timestamp": 1642143072149, "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=? 2022-01-14T06:54:07.591Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6e926099-6ba9-426a-9cbe-8adab33d06e4 2022-01-14T06:54:07.591Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e926099-6ba9-426a-9cbe-8adab33d06e4 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.599Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.599Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.599Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.599Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.599Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.600Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143073591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.601Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.602Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.602Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143074490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.602Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.602Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.602Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "aai-ml", "timestamp": 1642143074595, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6e926099-6ba9-426a-9cbe-8adab33d06e4 2022-01-14T06:54:07.607Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e926099-6ba9-426a-9cbe-8adab33d06e4 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.616Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.616Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143074626, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.616Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.616Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143074926, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143075708, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.617Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143076755, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.618Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143076882, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.619Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143077495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.620Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.620Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.620Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143077772, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.624Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6e926099-6ba9-426a-9cbe-8adab33d06e4 2022-01-14T06:54:07.625Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e926099-6ba9-426a-9cbe-8adab33d06e4 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-01-14T06:54:07.631Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.631Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143077885, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.635Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6e926099-6ba9-426a-9cbe-8adab33d06e4 2022-01-14T06:54:07.635Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e926099-6ba9-426a-9cbe-8adab33d06e4 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.643Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.643Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.643Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.644Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "clamp", "timestamp": 1642143078499, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.650Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6e926099-6ba9-426a-9cbe-8adab33d06e4 2022-01-14T06:54:07.650Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6e926099-6ba9-426a-9cbe-8adab33d06e4 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.666Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "multicloud-k8s-id", "timestamp": 1642143078774, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143071433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.667Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143080057, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143061251, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.668Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143081061, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143073627, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143081212, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.669Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.670Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.670Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.670Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.670Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "policy-id", "timestamp": 1642143082064, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.683Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e9966be-f31f-4253-b9a4-62debc8f3c8b 2022-01-14T06:54:07.683Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e9966be-f31f-4253-b9a4-62debc8f3c8b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.691Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.691Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "cds", "timestamp": 1642143082216, "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=? 2022-01-14T06:54:07.697Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e9966be-f31f-4253-b9a4-62debc8f3c8b 2022-01-14T06:54:07.697Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e9966be-f31f-4253-b9a4-62debc8f3c8b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.705Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143082574, "artifactURL": "/sdc/v1/catalog/services/c4eaa74e-1945-4f56-be11-27c61f281463/resourceInstances/basicclamp0/artifacts/c95d0588-750b-4c55-a291-0d6ee66fa69a", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.706Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143083858, "artifactURL": "/sdc/v1/catalog/services/c4eaa74e-1945-4f56-be11-27c61f281463/resourceInstances/basicclamp0/artifacts/c95d0588-750b-4c55-a291-0d6ee66fa69a", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.707Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.708Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "ves-openapi-manager", "timestamp": 1642143068659, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.708Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.708Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.708Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-14T06:54:07.708Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.708Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.708Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "dcae-sch", "timestamp": 1642143084861, "artifactURL": "/sdc/v1/catalog/services/c4eaa74e-1945-4f56-be11-27c61f281463/resourceInstances/basicclamp0/artifacts/c95d0588-750b-4c55-a291-0d6ee66fa69a", "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=? 2022-01-14T06:54:07.714Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 0e9966be-f31f-4253-b9a4-62debc8f3c8b 2022-01-14T06:54:07.714Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e9966be-f31f-4253-b9a4-62debc8f3c8b 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 (?, ?, ?, ?, ?) 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.724Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143066215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143065918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.725Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143087016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143087982, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.726Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143088944, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143089035, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.727Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.728Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.728Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.728Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.728Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.728Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.728Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143089947, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.734Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e9966be-f31f-4253-b9a4-62debc8f3c8b 2022-01-14T06:54:07.734Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e9966be-f31f-4253-b9a4-62debc8f3c8b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143090082, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.743Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.744Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.744Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.744Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.744Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.744Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.744Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143091133, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.749Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e9966be-f31f-4253-b9a4-62debc8f3c8b 2022-01-14T06:54:07.750Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e9966be-f31f-4253-b9a4-62debc8f3c8b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-01-14T06:54:07.756Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.756Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143084523, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "multicloud-k8s-id", "timestamp": 1642143092136, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143087013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.757Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.758Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143095811, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.758Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.758Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.758Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143102111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.758Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.758Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.758Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "aai-ml", "timestamp": 1642143103116, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.763Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e9966be-f31f-4253-b9a4-62debc8f3c8b 2022-01-14T06:54:07.763Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e9966be-f31f-4253-b9a4-62debc8f3c8b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143103497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143104500, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143108596, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143109599, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:54:07.772Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.773Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.773Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "clamp", "timestamp": 1642143110614, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:07.778Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e9966be-f31f-4253-b9a4-62debc8f3c8b 2022-01-14T06:54:07.778Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e9966be-f31f-4253-b9a4-62debc8f3c8b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:54:07.787Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "ff7ffc48-3108-4362-b1f1-8b96ad1065ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143119826, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.788Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.789Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-14T06:54:07.789Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:07.789Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:54:07.789Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:07.789Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:54:19.050Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:54:19.063Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:54:19.066Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:54:19.066Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:54:19.066Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:54:19.066Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:54:19.066Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:54:19.066Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:54:19.067Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:54:19.067Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:54:19.067Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:54:19.067Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:54:19.067Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:54:19.073Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:54:49.073Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:54:49.078Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6e926099-6ba9-426a-9cbe-8adab33d06e4 and serviceModelVersionId: 933c9763-4e37-4611-bf0a-eb2ef7aa61d6 2022-01-14T06:54:49.078Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20633500-7a91-430b-8ae5-2a0d9c66cb06 2022-01-14T06:54:49.079Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20633500-7a91-430b-8ae5-2a0d9c66cb06/model-vers/model-ver/933c9763-4e37-4611-bf0a-eb2ef7aa61d6?depth=0 2022-01-14T06:54:49.085Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:54:49.120Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20633500-7a91-430b-8ae5-2a0d9c66cb06/model-vers/model-ver/933c9763-4e37-4611-bf0a-eb2ef7aa61d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-01-14T06:54:49.120Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20633500-7a91-430b-8ae5-2a0d9c66cb06/model-vers/model-ver/933c9763-4e37-4611-bf0a-eb2ef7aa61d6?depth=0|INFO|500||Invoke 2022-01-14T06:54:49.146Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20633500-7a91-430b-8ae5-2a0d9c66cb06/model-vers/model-ver/933c9763-4e37-4611-bf0a-eb2ef7aa61d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:54:49.225Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20633500-7a91-430b-8ae5-2a0d9c66cb06/model-vers/model-ver/933c9763-4e37-4611-bf0a-eb2ef7aa61d6?depth=0|INFO|500||InvokeReturn 2022-01-14T06:54:49.225Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20633500-7a91-430b-8ae5-2a0d9c66cb06/model-vers/model-ver/933c9763-4e37-4611-bf0a-eb2ef7aa61d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220114-06:54:49:153-36118], vertex-id=[479376], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:54:49 GMT], Content-Type=[application/json]} 2022-01-14T06:54:49.225Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:54:49.225Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:54:49.225Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:54:49.230Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:54:49.230Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6e926099-6ba9-426a-9cbe-8adab33d06e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:54:49.230Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:54:49.231Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:49.233Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:49.233Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143289230, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:54:49.333Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:54:49.334Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:49.334Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:49.351Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:49.352Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:54:50.245Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-14T06:54:50.246Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e9966be-f31f-4253-b9a4-62debc8f3c8b","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c4eaa74e-1945-4f56-be11-27c61f281463","serviceDescription":"service","serviceInvariantUUID":"daf7e445-bebe-4e1a-855e-9a49f002c026","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c50b4b2-5c73-42e7-af98-098262c16ec6","resourceInvariantUUID":"3b7711a5-ebd4-4e00-a8ed-2685de321c62","resourceCustomizationUUID":"8f6d24f7-7aff-4123-a5dc-f5042c60fbf1","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":"c95d0588-750b-4c55-a291-0d6ee66fa69a","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":"YjE3NjVmNzIzYmEwZTBmZGMzNWQ1Mjk3YTQ1NmJlNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"60fc2840-bd4e-4ac9-868c-75fbd197400f","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":"ZGVlNmJlOWU2NTMxMmM5ZmM2OWMzOGJlM2U0YjU1YTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4ca76e3-097e-4112-beac-7a1249945827","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":"72908f09-c783-4f46-ac2d-9281fa1f9326","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":"c53d1ccf-6890-4e2a-b531-7351c3f941be","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":"c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa","artifactVersion":"2","generatedFromUUID":"72908f09-c783-4f46-ac2d-9281fa1f9326"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmU5NGY0MzJhNGJlZGFjYmVjNTliMjNmY2Y0NTFlOWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"64a1878b-70c7-4472-b5ca-395583980e2e","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Zjk0OWI5MDdkZTdiNWUxM2UwNTBiNzllZDg2ZTllZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bdd6e79a-096f-40cf-ba1c-6ea1c0ff0091","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:54:50.246Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:50.246Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:50.248Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:50.248Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:50.348Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:54:50.349Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:50.349Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:50.361Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:50.361Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:54:51.249Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:51.250Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:51.252Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:51.252Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:51.352Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:54:51.353Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:51.353Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:51.365Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:51.365Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:54:52.253Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:52.254Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:52.255Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:52.255Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:54:52.356Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:54:52.357Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:52.357Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:52.372Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:52.372Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:54:53.256Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:53.257Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:53.260Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:53.260Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:54:53.360Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:54:53.361Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:53.361Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:53.373Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:53.373Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:54:54.260Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:54.261Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:54.263Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:54.263Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:54.363Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:54:54.364Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:54.364Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:54.379Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:54.379Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:54:55.263Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:55.264Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:55.266Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:55.266Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-14T06:54:55.366Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:54:55.367Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:55.367Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:55.379Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:55.380Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:54:56.266Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:56.267Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:56.269Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:56.269Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:54:56.369Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:54:56.370Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:56.370Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:56.382Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:56.382Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:54:57.270Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:54:57.271Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:57.272Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:57.273Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:54:57.373Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:54:57.374Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:57.374Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:57.387Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:57.387Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:54:58.274Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "c4eaa74e-1945-4f56-be11-27c61f281463", "serviceDescription": "service", "serviceInvariantUUID": "daf7e445-bebe-4e1a-855e-9a49f002c026", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "8f6d24f7-7aff-4123-a5dc-f5042c60fbf1", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5c50b4b2-5c73-42e7-af98-098262c16ec6", "resourceInvariantUUID": "3b7711a5-ebd4-4e00-a8ed-2685de321c62", "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": "ZGVlNmJlOWU2NTMxMmM5ZmM2OWMzOGJlM2U0YjU1YTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f4ca76e3-097e-4112-beac-7a1249945827", "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": "72908f09-c783-4f46-ac2d-9281fa1f9326", "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": "c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa", "generatedFromUUID": "72908f09-c783-4f46-ac2d-9281fa1f9326" }, "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": "c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "Zjk0OWI5MDdkZTdiNWUxM2UwNTBiNzllZDg2ZTllZmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bdd6e79a-096f-40cf-ba1c-6ea1c0ff0091" } ], "workloadContext": "Production" } 2022-01-14T06:54:58.274Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:54:58.275Z|6e926099-6ba9-426a-9cbe-8adab33d06e4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c4eaa74e-1945-4f56-be11-27c61f281463 ASDC 2022-01-14T06:54:58.276Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0e9966be-f31f-4253-b9a4-62debc8f3c8b ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:c4eaa74e-1945-4f56-be11-27c61f281463 ServiceInvariantUUID:daf7e445-bebe-4e1a-855e-9a49f002c026 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:bdd6e79a-096f-40cf-ba1c-6ea1c0ff0091 ArtifactChecksum:Zjk0OWI5MDdkZTdiNWUxM2UwNTBiNzllZDg2ZTllZmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:8f6d24f7-7aff-4123-a5dc-f5042c60fbf1 ResourceInvariantUUID:3b7711a5-ebd4-4e00-a8ed-2685de321c62 ResourceName:basicclamp ResourceType:VF ResourceUUID:5c50b4b2-5c73-42e7-af98-098262c16ec6 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:f4ca76e3-097e-4112-beac-7a1249945827 ArtifactChecksum:ZGVlNmJlOWU2NTMxMmM5ZmM2OWMzOGJlM2U0YjU1YTk= 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:72908f09-c783-4f46-ac2d-9281fa1f9326 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:c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa 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:c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-14T06:54:58.276Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c4eaa74e-1945-4f56-be11-27c61f281463 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:54:58.310Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:54:58.310Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:54:58.311Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:54:58.311Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bdd6e79a-096f-40cf-ba1c-6ea1c0ff0091 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-14T06:54:58.311Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:54:58.312Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-14T06:54:58.821Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:54:58.828Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar bdd6e79a-096f-40cf-ba1c-6ea1c0ff0091 73653 2022-01-14T06:54:58.829Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-01-14T06:54:58.829Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-14T06:54:58.829Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:54:58.830Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:54:58.832Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:54:58.832Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143298829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:54:58.932Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:54:58.933Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:54:58.933Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:54:58.945Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:54:58.945Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:54:59.833Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:54:59.834Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:54:59.835Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: bdd6e79a-096f-40cf-ba1c-6ea1c0ff0091, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-14T06:54:59.835Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-01-14T06:54:59.835Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-14T06:54:59.835Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-14T06:54:59.960Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9701778275626794261/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 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.919Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||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 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:00.920Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.921Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:55:00.922Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:00.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:00.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:00.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:00.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6419a6ad-d6bd-4333-8252-96d816baf9ea 2022-01-14T06:55:00.924Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:00.925Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:c4eaa74e-1945-4f56-be11-27c61f281463 Model Version:NULL Model InvariantUuid:daf7e445-bebe-4e1a-855e-9a49f002c026 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:d8e02184-3cb0-4b6d-ba13-05aeab7c4e11 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3b7711a5-ebd4-4e00-a8ed-2685de321c62 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8f6d24f7-7aff-4123-a5dc-f5042c60fbf1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:30f14463-7bf9-41ee-a1e8-9034d0f97a9c ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:2f220462-22da-4120-95d3-a5730afc6ec6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6419a6ad-d6bd-4333-8252-96d816baf9ea ModelInvariantUuid:f5d4f322-9bb6-4d0e-9cfa-26fb50dea7cd ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:6aecd164-2f22-4591-8997-88b09adc6444 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:efb3c0ea-83b8-424a-afd0-a6a46cf6ad63 ModelInvariantUuid:7d1729f4-d10b-4e23-8e13-53b040f98c1d ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:db1e260b-0464-422b-8b19-e5908f45eba3 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:55:00.932Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c50b4b2-5c73-42e7-af98-098262c16ec6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:55:00.935Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||basicclamp 0 2022-01-14T06:55:00.935Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c50b4b2-5c73-42e7-af98-098262c16ec6 2022-01-14T06:55:00.935Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f4ca76e3-097e-4112-beac-7a1249945827 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-01-14T06:55:00.935Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:00.935Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-01-14T06:55:01.065Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:01.066Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f4ca76e3-097e-4112-beac-7a1249945827 790 2022-01-14T06:55:01.066Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-01-14T06:55:01.066Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-01-14T06:55:01.066Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:01.067Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:01.069Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:01.069Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143301066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:01.170Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:55:01.170Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:01.171Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:01.182Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:01.183Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:55:02.070Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "30f14463-7bf9-41ee-a1e8-9034d0f97a9c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f220462-22da-4120-95d3-a5730afc6ec6", "vfModuleModelCustomizationUUID": "9bae9087-e37e-4f4c-a1a0-617b4cc0606d", "isBase": true, "artifacts": [ "72908f09-c783-4f46-ac2d-9281fa1f9326", "c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:55:02.074Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f220462-22da-4120-95d3-a5730afc6ec6 VfModuleModelInvariantUUID:30f14463-7bf9-41ee-a1e8-9034d0f97a9c VfModuleModelDescription:NULL Artifacts UUID List:{ 72908f09-c783-4f46-ac2d-9281fa1f9326 , c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:55:02.076Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "30f14463-7bf9-41ee-a1e8-9034d0f97a9c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2f220462-22da-4120-95d3-a5730afc6ec6", "vfModuleModelCustomizationUUID": "9bae9087-e37e-4f4c-a1a0-617b4cc0606d", "isBase": true, "artifacts": [ "72908f09-c783-4f46-ac2d-9281fa1f9326", "c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:55:02.076Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2f220462-22da-4120-95d3-a5730afc6ec6 VfModuleModelInvariantUUID:30f14463-7bf9-41ee-a1e8-9034d0f97a9c VfModuleModelDescription:NULL Artifacts UUID List:{ 72908f09-c783-4f46-ac2d-9281fa1f9326 , c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:55:02.076Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 72908f09-c783-4f46-ac2d-9281fa1f9326 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-01-14T06:55:02.076Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:02.077Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-01-14T06:55:02.189Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:02.189Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 72908f09-c783-4f46-ac2d-9281fa1f9326 5033 2022-01-14T06:55:02.189Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-14T06:55:02.189Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-01-14T06:55:02.189Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:02.190Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:02.191Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:02.191Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143302189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:02.292Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:55:02.292Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:02.292Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:02.305Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:02.305Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:03.192Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-01-14T06:55:03.193Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:03.193Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-01-14T06:55:03.767Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:03.768Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env c8b0d88a-8004-4557-8fb0-bb0e0ca6a3fa 909 2022-01-14T06:55:03.768Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-14T06:55:03.768Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-01-14T06:55:03.768Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:03.768Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:03.770Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:03.770Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143303768, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:03.870Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:03.871Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:03.871Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:03.885Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:03.886Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:55:04.771Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c4eaa74e-1945-4f56-be11-27c61f281463 2022-01-14T06:55:04.771Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 5c50b4b2-5c73-42e7-af98-098262c16ec6 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:55:04.783Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6076c987, org.onap.sdc.toscaparser.api.parameters.Input@4ad33e03, org.onap.sdc.toscaparser.api.parameters.Input@7e9f433f, org.onap.sdc.toscaparser.api.parameters.Input@426c5731, org.onap.sdc.toscaparser.api.parameters.Input@1400940a] 2022-01-14T06:55:04.784Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.785Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.785Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-14T06:55:04.785Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 8f6d24f7-7aff-4123-a5dc-f5042c60fbf1 2022-01-14T06:55:04.785Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8f6d24f7-7aff-4123-a5dc-f5042c60fbf1 matches Tosca VF Customization UUID: 8f6d24f7-7aff-4123-a5dc-f5042c60fbf1 2022-01-14T06:55:04.785Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 8f6d24f7-7aff-4123-a5dc-f5042c60fbf1 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-01-14T06:55:04.787Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.788Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.788Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 8f6d24f7-7aff-4123-a5dc-f5042c60fbf1: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-01-14T06:55:04.788Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6307b445 2022-01-14T06:55:04.789Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.789Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:55:04.789Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9bae9087-e37e-4f4c-a1a0-617b4cc0606d 2022-01-14T06:55:04.789Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9bae9087-e37e-4f4c-a1a0-617b4cc0606d Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-01-14T06:55:04.791Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.791Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:04.792Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:04.792Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.792Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:04.792Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:04.792Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.793Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-01-14T06:55:04.793Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-01-14T06:55:04.793Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-01-14T06:55:04.793Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6419a6ad-d6bd-4333-8252-96d816baf9ea Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:55:04.795Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.795Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:04.795Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:04.795Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.795Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-01-14T06:55:04.795Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8f6d24f7-7aff-4123-a5dc-f5042c60fbf1 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:55:04.797Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.797Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.797Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c4eaa74e-1945-4f56-be11-27c61f281463: basicclamp 2022-01-14T06:55:04.797Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.798Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.798Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.798Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.798Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.798Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.798Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.798Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.799Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:04.799Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:04.799Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:55:04.890Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 5c50b4b2-5c73-42e7-af98-098262c16ec6 1 ASDC deployResourceStructure 2022-01-14T06:55:04.890Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-01-14T06:55:04.890Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-01-14T06:55:04.890Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:55:04.890Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:04.892Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:04.892Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143304890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:55:04.992Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:04.993Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:04.993Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:05.004Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:05.004Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:05.893Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-01-14T06:55:05.893Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-01-14T06:55:05.893Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:55:05.894Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:05.896Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:05.896Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143305893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:55:05.996Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:05.996Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:05.997Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:06.010Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:06.010Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:06.896Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-01-14T06:55:06.897Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-01-14T06:55:06.897Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:55:06.897Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:06.899Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:06.899Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143306896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-14T06:55:06.999Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:07.000Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:07.001Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:07.012Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:07.013Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:55:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:55:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143129719, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143131778, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143132828, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143133867, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143134982, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143135985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143136989, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143137994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:55:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:55:07.899Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-01-14T06:55:07.900Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-01-14T06:55:07.900Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:55:07.901Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:07.902Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:07.902Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143307899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:55:08.002Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:08.003Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:08.003Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:08.015Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:08.015Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:08.903Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e9966be-f31f-4253-b9a4-62debc8f3c8b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:55:08.915Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e9966be-f31f-4253-b9a4-62debc8f3c8b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:55:08.917Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:55:08.917Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:55:08.918Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:55:08.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:55:38.923Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e9966be-f31f-4253-b9a4-62debc8f3c8b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:55:38.928Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e9966be-f31f-4253-b9a4-62debc8f3c8b and serviceModelVersionId: c4eaa74e-1945-4f56-be11-27c61f281463 2022-01-14T06:55:38.928Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : daf7e445-bebe-4e1a-855e-9a49f002c026 2022-01-14T06:55:38.929Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0 2022-01-14T06:55:38.932Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:55:38.956Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0|INFO|500||Invoke 2022-01-14T06:55:38.956Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0e9966be-f31f-4253-b9a4-62debc8f3c8b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7d99269-e97a-4fa4-b374-f14aaa04a6bc], X-ECOMP-RequestID=[0e9966be-f31f-4253-b9a4-62debc8f3c8b], X-TransactionId=[], X-ONAP-RequestID=[0e9966be-f31f-4253-b9a4-62debc8f3c8b], Content-Type=[application/merge-patch+json]} 2022-01-14T06:55:38.970Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:55:39.134Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-06:55:38:995-97317], vertex-id=[495760], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:55:38 GMT], Content-Type=[application/json]} 2022-01-14T06:55:39.134Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:55:39.135Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/daf7e445-bebe-4e1a-855e-9a49f002c026/model-vers/model-ver/c4eaa74e-1945-4f56-be11-27c61f281463?depth=0|INFO|500||InvokeReturn 2022-01-14T06:55:39.135Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:55:39.135Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:55:39.139Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:55:39.139Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e9966be-f31f-4253-b9a4-62debc8f3c8b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:55:39.140Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:55:39.140Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:39.142Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:39.142Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143339140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:55:39.242Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:39.243Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:39.243Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:39.261Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:39.262Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:55:40.155Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:55:40.155Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:55:40.155Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:44.516Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:44.517Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-14T06:55:44.517Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"913fc120-3f1e-47fd-8826-13ad8adc8281","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5d91f6bb-741c-427c-bb99-92d987b4e7f7","serviceDescription":"service","serviceInvariantUUID":"0df9a71d-3192-442b-8db9-8edb75bba3ca","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21d32311-0fc3-4d2f-9ab3-babef85e66ac","resourceInvariantUUID":"d0f5d5b8-4534-442a-8ef6-aa1f5681f566","resourceCustomizationUUID":"34088165-d8fb-407b-be3d-b4ae991c5ab0","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":"YTFhYzgxYTRkNTM3MTVlYjEyNTFkODIwZjBlZTgwZjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3011843c-a9a2-46c0-a06e-63d717f19753","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":"92f3e49e-0589-443f-857b-64823c423a97","artifactVersion":"2","generatedFromUUID":"1421748a-45cf-4687-acbb-94d069152fba"},{"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":"1421748a-45cf-4687-acbb-94d069152fba","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":"MTE0ZGFjZDNjZjRkYzFmNmZlNmJiZmY5ZmMwYjVjZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa84b790-ed36-46fe-8d54-ede7a0dd5cd6","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":"d206ec0d-e6cb-49b9-aea7-42c700d8d200","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":"b29b4e0d-4a51-4317-879e-daf60276cd1f","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":"3b602a1a-d7f8-4b69-9075-f356bc7b1e88","artifactVersion":"2","generatedFromUUID":"d206ec0d-e6cb-49b9-aea7-42c700d8d200"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWU5YzQ1YWE5YjU5MjRhYTVkN2NmMzdjODkzZTk4NjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c0845031-110d-4210-ba31-2d89a6c288dc","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YjJiNmE3ZDQxOTA1YmRmYzRiYzc1ZTE1OTBhZDgwNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"46a11b57-f134-4661-b239-beee614af080","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:55:44.519Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:44.519Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:44.521Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:44.521Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:55:44.621Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:44.622Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:44.622Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:44.635Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:44.636Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:45.522Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:45.523Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:45.525Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:45.525Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-14T06:55:45.626Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:45.626Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:45.627Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:45.642Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:45.642Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:46.526Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:46.527Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:46.529Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:46.529Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-14T06:55:46.630Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:55:46.630Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:46.630Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:46.642Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:46.642Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:47.530Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:47.531Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:47.533Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:47.533Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:55:47.633Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:47.634Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:47.634Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:47.647Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:47.648Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:48.533Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:48.534Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:48.536Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:48.537Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-14T06:55:48.637Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:48.637Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:48.638Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:48.652Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:48.653Z||pool-105-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:55:49.537Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:49.538Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:49.540Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:49.541Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:55:49.641Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:49.642Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:49.642Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:49.655Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:49.656Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:50.541Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:50.542Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:50.544Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:50.544Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-14T06:55:50.645Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:50.645Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:50.645Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:50.658Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:50.658Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:51.545Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:51.546Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:51.549Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:51.549Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:55:51.649Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:51.650Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:51.650Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:51.661Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:51.662Z||pool-108-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:52.549Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:55:52.550Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:52.552Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:52.552Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:55:52.653Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:55:52.654Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:52.654Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:52.667Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:52.668Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:55:53.554Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "5d91f6bb-741c-427c-bb99-92d987b4e7f7", "serviceDescription": "service", "serviceInvariantUUID": "0df9a71d-3192-442b-8db9-8edb75bba3ca", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "34088165-d8fb-407b-be3d-b4ae991c5ab0", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "21d32311-0fc3-4d2f-9ab3-babef85e66ac", "resourceInvariantUUID": "d0f5d5b8-4534-442a-8ef6-aa1f5681f566", "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": "92f3e49e-0589-443f-857b-64823c423a97", "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": "1421748a-45cf-4687-acbb-94d069152fba", "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": "MTE0ZGFjZDNjZjRkYzFmNmZlNmJiZmY5ZmMwYjVjZmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fa84b790-ed36-46fe-8d54-ede7a0dd5cd6", "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": "d206ec0d-e6cb-49b9-aea7-42c700d8d200", "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": "3b602a1a-d7f8-4b69-9075-f356bc7b1e88", "generatedFromUUID": "d206ec0d-e6cb-49b9-aea7-42c700d8d200" }, "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": "3b602a1a-d7f8-4b69-9075-f356bc7b1e88", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YjJiNmE3ZDQxOTA1YmRmYzRiYzc1ZTE1OTBhZDgwNGI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "46a11b57-f134-4661-b239-beee614af080" } ], "workloadContext": "Production" } 2022-01-14T06:55:53.554Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:55:53.554Z|0e9966be-f31f-4253-b9a4-62debc8f3c8b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5d91f6bb-741c-427c-bb99-92d987b4e7f7 ASDC 2022-01-14T06:55:53.554Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:913fc120-3f1e-47fd-8826-13ad8adc8281 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:5d91f6bb-741c-427c-bb99-92d987b4e7f7 ServiceInvariantUUID:0df9a71d-3192-442b-8db9-8edb75bba3ca 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:46a11b57-f134-4661-b239-beee614af080 ArtifactChecksum:YjJiNmE3ZDQxOTA1YmRmYzRiYzc1ZTE1OTBhZDgwNGI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:34088165-d8fb-407b-be3d-b4ae991c5ab0 ResourceInvariantUUID:d0f5d5b8-4534-442a-8ef6-aa1f5681f566 ResourceName:basic_cnf ResourceType:VF ResourceUUID:21d32311-0fc3-4d2f-9ab3-babef85e66ac 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:92f3e49e-0589-443f-857b-64823c423a97 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:1421748a-45cf-4687-acbb-94d069152fba 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:fa84b790-ed36-46fe-8d54-ede7a0dd5cd6 ArtifactChecksum:MTE0ZGFjZDNjZjRkYzFmNmZlNmJiZmY5ZmMwYjVjZmQ= 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:d206ec0d-e6cb-49b9-aea7-42c700d8d200 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:3b602a1a-d7f8-4b69-9075-f356bc7b1e88 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:3b602a1a-d7f8-4b69-9075-f356bc7b1e88 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-14T06:55:53.554Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5d91f6bb-741c-427c-bb99-92d987b4e7f7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:55:53.584Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:55:53.585Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:55:53.585Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:55:53.585Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 46a11b57-f134-4661-b239-beee614af080 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-14T06:55:53.585Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:53.586Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-14T06:55:53.638Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:53.642Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 46a11b57-f134-4661-b239-beee614af080 68936 2022-01-14T06:55:53.642Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-01-14T06:55:53.642Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-14T06:55:53.642Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:53.642Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:53.644Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:53.644Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143353642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:53.745Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:53.746Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:53.746Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:53.758Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:53.759Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:54.645Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:55:54.646Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:55:54.646Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 46a11b57-f134-4661-b239-beee614af080, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:54.647Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-01-14T06:55:54.647Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:54.647Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:54.737Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5052984666796931539/Definitions/service-BasicCnf-template.yml 2022-01-14T06:55:55.569Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:55:55.569Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:55:55.569Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:55:55.570Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-01-14T06:55:55.571Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:55.572Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4d444ff9-a2e4-4ead-96dc-ad182e68b8c7 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.573Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:55.574Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.574Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:55.574Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:55:55.574Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:55:55.574Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:5d91f6bb-741c-427c-bb99-92d987b4e7f7 Model Version:NULL Model InvariantUuid:0df9a71d-3192-442b-8db9-8edb75bba3ca Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:d1c958f5-ef47-48b1-b8a8-45ce4d2e3f9e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d0f5d5b8-4534-442a-8ef6-aa1f5681f566 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:34088165-d8fb-407b-be3d-b4ae991c5ab0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3c7a3000-16eb-4d63-b908-652eab29ead0 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:69cd9557-6000-43a5-b3b4-52505789d41f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4d444ff9-a2e4-4ead-96dc-ad182e68b8c7 ModelInvariantUuid:e4128de3-cd6a-46ca-b6ae-9dde5ae33988 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:4308defb-ddc2-41fb-8d77-6cc6505c0b97 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0b708ebf-ab8e-4b93-b87f-eec62ccdf112 ModelInvariantUuid:8d7d6372-8482-4244-83c0-d0d0a26948f8 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:613118e3-5791-4fa7-b1b3-e5a133c654af ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:55:55.580Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 21d32311-0fc3-4d2f-9ab3-babef85e66ac Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:55:55.582Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-01-14T06:55:55.582Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21d32311-0fc3-4d2f-9ab3-babef85e66ac 2022-01-14T06:55:55.582Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 92f3e49e-0589-443f-857b-64823c423a97 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-01-14T06:55:55.582Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:55.583Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-01-14T06:55:55.628Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:55.628Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 92f3e49e-0589-443f-857b-64823c423a97 12 2022-01-14T06:55:55.629Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-01-14T06:55:55.629Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-01-14T06:55:55.629Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:55.629Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:55.631Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:55.631Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143355629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:55.731Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:55.732Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:55.733Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:55.744Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:55.744Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:56.632Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1421748a-45cf-4687-acbb-94d069152fba from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-01-14T06:55:56.633Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:56.633Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-01-14T06:55:56.728Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:56.728Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 1421748a-45cf-4687-acbb-94d069152fba 2688 2022-01-14T06:55:56.729Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-01-14T06:55:56.729Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-01-14T06:55:56.729Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:56.729Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:56.732Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:56.732Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143356728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:56.832Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:56.833Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:56.833Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:56.846Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:56.846Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:57.734Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fa84b790-ed36-46fe-8d54-ede7a0dd5cd6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-14T06:55:57.734Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:57.734Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-14T06:55:57.912Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:57.912Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json fa84b790-ed36-46fe-8d54-ede7a0dd5cd6 828 2022-01-14T06:55:57.912Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-01-14T06:55:57.912Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-14T06:55:57.913Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:57.913Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:57.915Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:57.915Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143357912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:58.015Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:55:58.016Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:58.016Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:58.028Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:58.028Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:58.915Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3c7a3000-16eb-4d63-b908-652eab29ead0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69cd9557-6000-43a5-b3b4-52505789d41f", "vfModuleModelCustomizationUUID": "48b2112d-f5e2-4f6f-92a2-4c4c31d8a538", "isBase": true, "artifacts": [ "d206ec0d-e6cb-49b9-aea7-42c700d8d200", "1421748a-45cf-4687-acbb-94d069152fba", "3b602a1a-d7f8-4b69-9075-f356bc7b1e88" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:55:58.919Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:69cd9557-6000-43a5-b3b4-52505789d41f VfModuleModelInvariantUUID:3c7a3000-16eb-4d63-b908-652eab29ead0 VfModuleModelDescription:NULL Artifacts UUID List:{ d206ec0d-e6cb-49b9-aea7-42c700d8d200 , 1421748a-45cf-4687-acbb-94d069152fba , 3b602a1a-d7f8-4b69-9075-f356bc7b1e88 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:55:58.921Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3c7a3000-16eb-4d63-b908-652eab29ead0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "69cd9557-6000-43a5-b3b4-52505789d41f", "vfModuleModelCustomizationUUID": "48b2112d-f5e2-4f6f-92a2-4c4c31d8a538", "isBase": true, "artifacts": [ "d206ec0d-e6cb-49b9-aea7-42c700d8d200", "1421748a-45cf-4687-acbb-94d069152fba", "3b602a1a-d7f8-4b69-9075-f356bc7b1e88" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:55:58.921Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:69cd9557-6000-43a5-b3b4-52505789d41f VfModuleModelInvariantUUID:3c7a3000-16eb-4d63-b908-652eab29ead0 VfModuleModelDescription:NULL Artifacts UUID List:{ d206ec0d-e6cb-49b9-aea7-42c700d8d200 , 1421748a-45cf-4687-acbb-94d069152fba , 3b602a1a-d7f8-4b69-9075-f356bc7b1e88 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:55:58.921Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d206ec0d-e6cb-49b9-aea7-42c700d8d200 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-14T06:55:58.921Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:58.921Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-14T06:55:58.964Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:55:58.965Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml d206ec0d-e6cb-49b9-aea7-42c700d8d200 1164 2022-01-14T06:55:58.965Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-01-14T06:55:58.965Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-14T06:55:58.965Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:55:58.965Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:55:58.967Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:55:58.967Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143358965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:55:59.068Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:55:59.068Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:55:59.068Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:55:59.081Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:55:59.081Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:55:59.968Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3b602a1a-d7f8-4b69-9075-f356bc7b1e88 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-14T06:55:59.969Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:55:59.969Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-14T06:56:00.004Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:56:00.005Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3b602a1a-d7f8-4b69-9075-f356bc7b1e88 200 2022-01-14T06:56:00.005Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-01-14T06:56:00.005Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-14T06:56:00.005Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:56:00.005Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:56:00.007Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:56:00.007Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143360005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:56:00.107Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:56:00.108Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:56:00.108Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:00.120Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:00.120Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:56:01.007Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5d91f6bb-741c-427c-bb99-92d987b4e7f7 2022-01-14T06:56:01.009Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 21d32311-0fc3-4d2f-9ab3-babef85e66ac ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-01-14T06:56:01.017Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:56:01.023Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24febc2b, org.onap.sdc.toscaparser.api.parameters.Input@5cd3c2a8, org.onap.sdc.toscaparser.api.parameters.Input@3d5d082a, org.onap.sdc.toscaparser.api.parameters.Input@569159f5, org.onap.sdc.toscaparser.api.parameters.Input@75fb8e8] 2022-01-14T06:56:01.024Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.025Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.025Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-14T06:56:01.025Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 34088165-d8fb-407b-be3d-b4ae991c5ab0 2022-01-14T06:56:01.025Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 34088165-d8fb-407b-be3d-b4ae991c5ab0 matches Tosca VF Customization UUID: 34088165-d8fb-407b-be3d-b4ae991c5ab0 2022-01-14T06:56:01.025Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 34088165-d8fb-407b-be3d-b4ae991c5ab0 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-01-14T06:56:01.026Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.027Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.027Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 34088165-d8fb-407b-be3d-b4ae991c5ab0: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-01-14T06:56:01.027Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4c101df6 2022-01-14T06:56:01.027Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.027Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:56:01.028Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 48b2112d-f5e2-4f6f-92a2-4c4c31d8a538 2022-01-14T06:56:01.028Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 48b2112d-f5e2-4f6f-92a2-4c4c31d8a538 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-01-14T06:56:01.029Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.029Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-01-14T06:56:01.030Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=4d444ff9-a2e4-4ead-96dc-ad182e68b8c7 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:56:01.032Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.032Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:56:01.032Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:56:01.032Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.032Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-01-14T06:56:01.032Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=34088165-d8fb-407b-be3d-b4ae991c5ab0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5d91f6bb-741c-427c-bb99-92d987b4e7f7: basic_cnf 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.034Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.035Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.035Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.035Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:56:01.035Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:56:01.035Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:56:01.097Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 21d32311-0fc3-4d2f-9ab3-babef85e66ac 1 ASDC deployResourceStructure 2022-01-14T06:56:01.098Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-01-14T06:56:01.098Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-01-14T06:56:01.098Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-01-14T06:56:01.099Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:56:01.101Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:56:01.101Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143361098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-01-14T06:56:01.201Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:56:01.202Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:56:01.202Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:01.215Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:01.215Z||pool-116-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:56:02.101Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-01-14T06:56:02.102Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-01-14T06:56:02.102Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-01-14T06:56:02.102Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:56:02.104Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:56:02.104Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143362101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-01-14T06:56:02.205Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:56:02.205Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:56:02.205Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:02.218Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:02.218Z||pool-117-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:56:03.105Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-01-14T06:56:03.105Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-01-14T06:56:03.105Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:56:03.105Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:56:03.107Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:56:03.107Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143363105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:56:03.207Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:56:03.208Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:56:03.208Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:03.221Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:03.221Z||pool-118-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:56:04.108Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-01-14T06:56:04.108Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-01-14T06:56:04.108Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:56:04.108Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:56:04.110Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:56:04.110Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143364108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:56:04.210Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:56:04.211Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:56:04.211Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:04.223Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:04.223Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:56:05.111Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-01-14T06:56:05.111Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-01-14T06:56:05.111Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:56:05.111Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:56:05.113Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:56:05.113Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143365111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-01-14T06:56:05.214Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:56:05.214Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:56:05.214Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:05.225Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:05.226Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:56:06.114Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-01-14T06:56:06.114Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-01-14T06:56:06.114Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:56:06.115Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:56:06.117Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:56:06.117Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143366114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:56:06.218Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-01-14T06:56:06.219Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:56:06.219Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:06.230Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:06.231Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:56:07.118Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:56:07.127Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:56:07.129Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:56:07.129Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:56:07.129Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:56:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:56:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:56:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:56:07.552Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:56:07.553Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.553Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6e926099-6ba9-426a-9cbe-8adab33d06e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143289230, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:56:07.553Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-01-14T06:56:07.554Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143120840, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:56:07.555Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143298829, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143301066, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143302189, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143303768, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.558Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143304890, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.559Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143305893, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.560Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143306896, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:56:07.562Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:56:07.563Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:56:37.129Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:56:37.142Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:56:37.144Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:56:37.145Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:56:37.145Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:57:07.145Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:57:07.155Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:57:07.156Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:57:07.156Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:57:07.156Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:57:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:57:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:57:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:57:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:57:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:57:07.556Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-14T06:57:07.557Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:57:37.157Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:57:37.167Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:57:37.169Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:57:37.170Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:57:37.170Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:58:07.170Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:58:07.181Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:58:07.183Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:58:07.183Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-01-14T06:58:07.183Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-01-14T06:58:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:58:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:58:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:58:07.561Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:58:08.072Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.072Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.073Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.073Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.073Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143307899, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.073Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.073Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.074Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.075Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.076Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143301251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "dcae-sch", "timestamp": 1642143293627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143294523, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143297013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.077Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143311516, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143311520, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.079Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.080Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.080Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.080Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.080Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "cds", "timestamp": 1642143312519, "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=? 2022-01-14T06:58:08.086Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 913fc120-3f1e-47fd-8826-13ad8adc8281 2022-01-14T06:58:08.087Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 913fc120-3f1e-47fd-8826-13ad8adc8281 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.095Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.095Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-14T06:58:08.095Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.096Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "dcae-sch", "timestamp": 1642143313627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143305918, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.097Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143306214, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "dcae-sch", "timestamp": 1642143313627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.098Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143315632, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143315920, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "dcae-sch", "timestamp": 1642143313627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143316549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.099Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143316681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143316251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "dcae-sch", "timestamp": 1642143313627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "ves-openapi-manager", "timestamp": 1642143308659, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.100Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "aai-ml", "timestamp": 1642143317553, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.105Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 913fc120-3f1e-47fd-8826-13ad8adc8281 2022-01-14T06:58:08.105Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 913fc120-3f1e-47fd-8826-13ad8adc8281 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.112Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.112Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.112Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143317722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143317817, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143316251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "dcae-sch", "timestamp": 1642143313627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.113Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.114Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.114Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143318764, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.114Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.114Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.114Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143318820, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.119Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 913fc120-3f1e-47fd-8826-13ad8adc8281 2022-01-14T06:58:08.119Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 913fc120-3f1e-47fd-8826-13ad8adc8281 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.131Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.131Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143316251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.131Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.131Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "dcae-sch", "timestamp": 1642143313627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143319531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.132Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.133Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.133Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143319801, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.139Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 913fc120-3f1e-47fd-8826-13ad8adc8281 2022-01-14T06:58:08.139Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 913fc120-3f1e-47fd-8826-13ad8adc8281 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143316251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "dcae-sch", "timestamp": 1642143313627, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143320623, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.148Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "multicloud-k8s-id", "timestamp": 1642143320805, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143316251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143321544, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143321627, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143316251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.149Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.150Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "clamp", "timestamp": 1642143322547, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.155Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 913fc120-3f1e-47fd-8826-13ad8adc8281 2022-01-14T06:58:08.156Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 913fc120-3f1e-47fd-8826-13ad8adc8281 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.169Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.169Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "policy-id", "timestamp": 1642143322630, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.174Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 913fc120-3f1e-47fd-8826-13ad8adc8281 2022-01-14T06:58:08.174Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 913fc120-3f1e-47fd-8826-13ad8adc8281 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-01-14T06:58:08.183Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.183Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143316251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.183Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143324030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.184Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "cds", "timestamp": 1642143325033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.197Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d503d132-a201-4fbf-8207-936b2cb317be 2022-01-14T06:58:08.198Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d503d132-a201-4fbf-8207-936b2cb317be and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.207Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.207Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143324523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.207Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.207Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.207Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143324523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143325918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143324523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143325918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:58:08.208Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143327013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143324523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143325918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143327013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143324523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.209Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "ves-openapi-manager", "timestamp": 1642143328659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143325918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143327013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143310915, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143324523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "ves-openapi-manager", "timestamp": 1642143328659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143325918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.210Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143327013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143330776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143324523, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "ves-openapi-manager", "timestamp": 1642143328659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143325918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143327013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143331780, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "ves-openapi-manager", "timestamp": 1642143328659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.211Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143325918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143327013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.212Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "policy-id", "timestamp": 1642143332782, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.218Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d503d132-a201-4fbf-8207-936b2cb317be 2022-01-14T06:58:08.218Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d503d132-a201-4fbf-8207-936b2cb317be and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.226Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.227Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "ves-openapi-manager", "timestamp": 1642143328659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.227Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.227Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.227Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143327013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.227Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.227Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.227Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143334168, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "ves-openapi-manager", "timestamp": 1642143328659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143334976, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "ves-openapi-manager", "timestamp": 1642143328659, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.228Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143335469, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143336214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143336968, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143336214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.229Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143337983, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.234Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d503d132-a201-4fbf-8207-936b2cb317be 2022-01-14T06:58:08.234Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d503d132-a201-4fbf-8207-936b2cb317be and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-01-14T06:58:08.239Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143336214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "multicloud-k8s-id", "timestamp": 1642143338985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e9966be-f31f-4253-b9a4-62debc8f3c8b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143339140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143336214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143340534, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.240Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143336214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143341551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143336214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143342511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.241Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "clamp", "timestamp": 1642143342554, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.245Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d503d132-a201-4fbf-8207-936b2cb317be 2022-01-14T06:58:08.246Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d503d132-a201-4fbf-8207-936b2cb317be and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.253Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143336214, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.254Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "aai-ml", "timestamp": 1642143343515, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.258Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d503d132-a201-4fbf-8207-936b2cb317be 2022-01-14T06:58:08.259Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d503d132-a201-4fbf-8207-936b2cb317be and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.267Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143343900, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-01-14T06:58:08.268Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143346545, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:58:08.269Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.270Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.270Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143347548, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:08.275Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d503d132-a201-4fbf-8207-936b2cb317be 2022-01-14T06:58:08.275Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d503d132-a201-4fbf-8207-936b2cb317be and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:58:08.283Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.283Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-01-14T06:58:08.283Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.283Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.283Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.283Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.283Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143353642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143355629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143356728, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143357912, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143358965, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.284Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143360005, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143361098, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143362101, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143363105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143364108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143365111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143366114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:58:08.285Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T06:58:37.183Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:58:37.196Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:58:37.199Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:58:37.199Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:58:37.200Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:58:37.206Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:59:07.206Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:59:07.214Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 913fc120-3f1e-47fd-8826-13ad8adc8281 and serviceModelVersionId: 5d91f6bb-741c-427c-bb99-92d987b4e7f7 2022-01-14T06:59:07.214Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0df9a71d-3192-442b-8db9-8edb75bba3ca 2022-01-14T06:59:07.215Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0 2022-01-14T06:59:07.219Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:59:07.243Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0|INFO|500||Invoke 2022-01-14T06:59:07.244Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[913fc120-3f1e-47fd-8826-13ad8adc8281], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b1f102e7-778e-4060-80f1-654c76f59e79], X-ECOMP-RequestID=[913fc120-3f1e-47fd-8826-13ad8adc8281], X-TransactionId=[], X-ONAP-RequestID=[913fc120-3f1e-47fd-8826-13ad8adc8281], Content-Type=[application/merge-patch+json]} 2022-01-14T06:59:07.266Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:59:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:59:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:59:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:07.644Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-06:59:07:273-1126], vertex-id=[520296], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:59:07 GMT], Content-Type=[application/json]} 2022-01-14T06:59:07.644Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:59:07.645Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0df9a71d-3192-442b-8db9-8edb75bba3ca/model-vers/model-ver/5d91f6bb-741c-427c-bb99-92d987b4e7f7?depth=0|INFO|500||InvokeReturn 2022-01-14T06:59:07.645Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:59:07.645Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:59:07.649Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:59:07.650Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 913fc120-3f1e-47fd-8826-13ad8adc8281 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:59:07.650Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:59:07.650Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:07.652Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:07.652Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143547650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:59:07.752Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:07.753Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:07.753Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:07.765Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:07.766Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:08.375Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:08.375Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T06:59:08.375Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "913fc120-3f1e-47fd-8826-13ad8adc8281", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143547650, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:59:08.376Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:59:08.665Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-01-14T06:59:08.665Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d503d132-a201-4fbf-8207-936b2cb317be","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"dae2307a-5dc7-4210-b2d5-c70d1a210249","serviceDescription":"service","serviceInvariantUUID":"7ae61f46-aab2-4603-95b8-507a2a53a84f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f6233660-60a3-4884-a0cd-65d2cf893ec0","resourceInvariantUUID":"2958d3d5-9d0c-46c5-8400-28b30177e649","resourceCustomizationUUID":"01276884-d328-4bee-951f-5faf24407c67","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":"NWZhZDkyZGZjYmMzZmMxYjU0MWU1Y2M5MDY4NzQ1N2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0fa1de02-e589-4c1d-b8c2-4f672e386e20","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":"ODExODk5MTk3MWNmNTJlYWJkMzJmYTBkMjRkMTMxYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"936b409e-7757-4d59-bb55-1d7303bc5684","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":"758b2715-65e1-458a-9cbc-d2eefb2bf7a6","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":"57110d17-51ce-42b8-8db5-b8f6d891b61f","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":"67e30a52-541e-411f-b1c2-2e12ca4849e8","artifactVersion":"2","generatedFromUUID":"758b2715-65e1-458a-9cbc-d2eefb2bf7a6"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZWY2Mjc5NDI5N2E1MDVjOWU5MDA1YTYwMTBkYTQxNjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0ad17e9-327b-4028-b7eb-f050a8a1d0cd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWE2Y2Y2MDNhODFmOTIyOTM0ZDJjYzM4ZThiMzgyNWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2c07ee4f-0f3b-42e7-8e36-eca4795a2c96","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T06:59:08.665Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:59:08.665Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:08.667Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:08.667Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:59:08.767Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:08.768Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:08.768Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:08.781Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:08.782Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:09.667Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:59:09.668Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:09.669Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:09.669Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-14T06:59:09.769Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:09.770Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:09.770Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:09.783Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:09.784Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:10.670Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:59:10.670Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:10.671Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:10.671Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T06:59:10.771Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:59:10.772Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:10.772Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:10.786Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:10.786Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:11.672Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:59:11.672Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:11.674Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:11.674Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T06:59:11.774Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:59:11.775Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:11.775Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:11.787Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:11.787Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:12.675Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:59:12.675Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:12.677Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:12.678Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-14T06:59:12.777Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:59:12.778Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:12.778Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:12.790Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:12.791Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:13.678Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:59:13.679Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:13.681Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:13.681Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T06:59:13.781Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:13.782Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:13.782Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:13.796Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:13.796Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:14.681Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T06:59:14.682Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:14.684Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:14.684Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T06:59:14.784Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:14.785Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:14.785Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:14.798Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:14.798Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:15.685Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "dae2307a-5dc7-4210-b2d5-c70d1a210249", "serviceDescription": "service", "serviceInvariantUUID": "7ae61f46-aab2-4603-95b8-507a2a53a84f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "01276884-d328-4bee-951f-5faf24407c67", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "f6233660-60a3-4884-a0cd-65d2cf893ec0", "resourceInvariantUUID": "2958d3d5-9d0c-46c5-8400-28b30177e649", "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": "ODExODk5MTk3MWNmNTJlYWJkMzJmYTBkMjRkMTMxYWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "936b409e-7757-4d59-bb55-1d7303bc5684", "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": "758b2715-65e1-458a-9cbc-d2eefb2bf7a6", "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": "67e30a52-541e-411f-b1c2-2e12ca4849e8", "generatedFromUUID": "758b2715-65e1-458a-9cbc-d2eefb2bf7a6" }, "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": "67e30a52-541e-411f-b1c2-2e12ca4849e8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "OWE2Y2Y2MDNhODFmOTIyOTM0ZDJjYzM4ZThiMzgyNWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c07ee4f-0f3b-42e7-8e36-eca4795a2c96" } ], "workloadContext": "Production" } 2022-01-14T06:59:15.686Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T06:59:15.686Z|913fc120-3f1e-47fd-8826-13ad8adc8281|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 dae2307a-5dc7-4210-b2d5-c70d1a210249 ASDC 2022-01-14T06:59:15.686Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d503d132-a201-4fbf-8207-936b2cb317be ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:dae2307a-5dc7-4210-b2d5-c70d1a210249 ServiceInvariantUUID:7ae61f46-aab2-4603-95b8-507a2a53a84f 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:2c07ee4f-0f3b-42e7-8e36-eca4795a2c96 ArtifactChecksum:OWE2Y2Y2MDNhODFmOTIyOTM0ZDJjYzM4ZThiMzgyNWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:01276884-d328-4bee-951f-5faf24407c67 ResourceInvariantUUID:2958d3d5-9d0c-46c5-8400-28b30177e649 ResourceName:basic_vm ResourceType:VF ResourceUUID:f6233660-60a3-4884-a0cd-65d2cf893ec0 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:936b409e-7757-4d59-bb55-1d7303bc5684 ArtifactChecksum:ODExODk5MTk3MWNmNTJlYWJkMzJmYTBkMjRkMTMxYWE= 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:758b2715-65e1-458a-9cbc-d2eefb2bf7a6 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:67e30a52-541e-411f-b1c2-2e12ca4849e8 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:67e30a52-541e-411f-b1c2-2e12ca4849e8 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-01-14T06:59:15.686Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dae2307a-5dc7-4210-b2d5-c70d1a210249 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:59:15.739Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:59:15.740Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:59:15.740Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:59:15.740Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2c07ee4f-0f3b-42e7-8e36-eca4795a2c96 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-14T06:59:15.740Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:59:15.740Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-14T06:59:16.027Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:59:16.030Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2c07ee4f-0f3b-42e7-8e36-eca4795a2c96 71038 2022-01-14T06:59:16.030Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-01-14T06:59:16.030Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-14T06:59:16.030Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:59:16.030Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:16.032Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:16.032Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143556030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T06:59:16.132Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:16.132Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:16.133Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:16.146Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:16.146Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:17.032Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T06:59:17.033Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-01-14T06:59:17.033Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2c07ee4f-0f3b-42e7-8e36-eca4795a2c96, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:17.034Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-01-14T06:59:17.034Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:17.035Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:17.138Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2364760641193596005/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-01-14T06:59:18.074Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T06:59:18.074Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:59:18.074Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-01-14T06:59:18.075Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.076Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:18.076Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:18.076Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:59:18.076Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:59:18.076Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.076Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:18.076Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.077Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.078Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ba4da4ce-8e8c-497c-b8cb-bf0fdc1ccf69 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:18.079Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.080Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:18.080Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:18.080Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:18.080Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:dae2307a-5dc7-4210-b2d5-c70d1a210249 Model Version:NULL Model InvariantUuid:7ae61f46-aab2-4603-95b8-507a2a53a84f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c2164d4f-a3b2-40c0-be5a-4cbeb8a83745 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:2958d3d5-9d0c-46c5-8400-28b30177e649 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:01276884-d328-4bee-951f-5faf24407c67 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:762a6075-39da-4b02-a38e-3252476f3c19 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:bb56c3d8-e232-436b-b4c5-6edc0e396339 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:ba4da4ce-8e8c-497c-b8cb-bf0fdc1ccf69 ModelInvariantUuid:78e05dfc-b4e4-460f-9e71-a95b3825ce5d ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:71cb9d32-1f24-4813-b971-8bd17d7592cb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7dcf25d8-e38f-4fe4-b566-f4ef13c17b34 ModelInvariantUuid:4062a059-56b9-49d6-ab5c-2098cbcb3624 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:39cbad6d-d209-4b12-b1fc-aca00c289d7c ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T06:59:18.087Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f6233660-60a3-4884-a0cd-65d2cf893ec0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:59:18.089Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-01-14T06:59:18.089Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f6233660-60a3-4884-a0cd-65d2cf893ec0 2022-01-14T06:59:18.089Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 936b409e-7757-4d59-bb55-1d7303bc5684 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-01-14T06:59:18.089Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:59:18.090Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-01-14T06:59:18.131Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:59:18.131Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 936b409e-7757-4d59-bb55-1d7303bc5684 787 2022-01-14T06:59:18.131Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-01-14T06:59:18.132Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-01-14T06:59:18.132Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:59:18.132Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:18.134Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:18.134Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143558131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T06:59:18.234Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:18.234Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:18.234Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:18.248Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:18.248Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:19.134Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "762a6075-39da-4b02-a38e-3252476f3c19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb56c3d8-e232-436b-b4c5-6edc0e396339", "vfModuleModelCustomizationUUID": "094ceb08-8780-40b3-b460-ad24eedff173", "isBase": true, "artifacts": [ "758b2715-65e1-458a-9cbc-d2eefb2bf7a6", "67e30a52-541e-411f-b1c2-2e12ca4849e8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:59:19.138Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb56c3d8-e232-436b-b4c5-6edc0e396339 VfModuleModelInvariantUUID:762a6075-39da-4b02-a38e-3252476f3c19 VfModuleModelDescription:NULL Artifacts UUID List:{ 758b2715-65e1-458a-9cbc-d2eefb2bf7a6 , 67e30a52-541e-411f-b1c2-2e12ca4849e8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:59:19.140Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "762a6075-39da-4b02-a38e-3252476f3c19", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bb56c3d8-e232-436b-b4c5-6edc0e396339", "vfModuleModelCustomizationUUID": "094ceb08-8780-40b3-b460-ad24eedff173", "isBase": true, "artifacts": [ "758b2715-65e1-458a-9cbc-d2eefb2bf7a6", "67e30a52-541e-411f-b1c2-2e12ca4849e8" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-01-14T06:59:19.140Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bb56c3d8-e232-436b-b4c5-6edc0e396339 VfModuleModelInvariantUUID:762a6075-39da-4b02-a38e-3252476f3c19 VfModuleModelDescription:NULL Artifacts UUID List:{ 758b2715-65e1-458a-9cbc-d2eefb2bf7a6 , 67e30a52-541e-411f-b1c2-2e12ca4849e8 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-01-14T06:59:19.140Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 758b2715-65e1-458a-9cbc-d2eefb2bf7a6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-01-14T06:59:19.140Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:59:19.141Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-01-14T06:59:19.175Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:59:19.176Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 758b2715-65e1-458a-9cbc-d2eefb2bf7a6 5033 2022-01-14T06:59:19.176Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-01-14T06:59:19.176Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-01-14T06:59:19.176Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:59:19.176Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:19.178Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:19.178Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143559176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T06:59:19.278Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:59:19.279Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:19.279Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:19.290Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:19.290Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:20.179Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 67e30a52-541e-411f-b1c2-2e12ca4849e8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-01-14T06:59:20.179Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-01-14T06:59:20.180Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-01-14T06:59:20.221Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-01-14T06:59:20.222Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 67e30a52-541e-411f-b1c2-2e12ca4849e8 903 2022-01-14T06:59:20.222Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-01-14T06:59:20.222Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-01-14T06:59:20.222Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T06:59:20.222Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:20.225Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:20.225Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143560222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-14T06:59:20.324Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:59:20.325Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:20.325Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:20.337Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:20.337Z||pool-133-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:21.225Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: dae2307a-5dc7-4210-b2d5-c70d1a210249 2022-01-14T06:59:21.226Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f6233660-60a3-4884-a0cd-65d2cf893ec0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:59:21.239Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30eb1fc, org.onap.sdc.toscaparser.api.parameters.Input@3e28c5ac, org.onap.sdc.toscaparser.api.parameters.Input@7d38f0f5, org.onap.sdc.toscaparser.api.parameters.Input@4ca70fc4, org.onap.sdc.toscaparser.api.parameters.Input@3ad0c6fd] 2022-01-14T06:59:21.240Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.241Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.241Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-01-14T06:59:21.241Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 01276884-d328-4bee-951f-5faf24407c67 2022-01-14T06:59:21.241Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01276884-d328-4bee-951f-5faf24407c67 matches Tosca VF Customization UUID: 01276884-d328-4bee-951f-5faf24407c67 2022-01-14T06:59:21.241Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 01276884-d328-4bee-951f-5faf24407c67 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-01-14T06:59:21.242Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.243Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.243Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 01276884-d328-4bee-951f-5faf24407c67: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-01-14T06:59:21.243Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@c0567a8 2022-01-14T06:59:21.243Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.243Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-01-14T06:59:21.243Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 094ceb08-8780-40b3-b460-ad24eedff173 2022-01-14T06:59:21.243Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 094ceb08-8780-40b3-b460-ad24eedff173 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-01-14T06:59:21.245Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.245Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:21.245Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:59:21.245Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.246Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:21.246Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:59:21.246Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.246Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-01-14T06:59:21.246Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-01-14T06:59:21.246Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-01-14T06:59:21.246Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ba4da4ce-8e8c-497c-b8cb-bf0fdc1ccf69 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-01-14T06:59:21.248Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.248Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:21.248Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-01-14T06:59:21.248Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.248Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-01-14T06:59:21.249Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=01276884-d328-4bee-951f-5faf24407c67 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid dae2307a-5dc7-4210-b2d5-c70d1a210249: basic_vm 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.250Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.251Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.251Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.251Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.251Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T06:59:21.251Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T06:59:21.251Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T06:59:21.338Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f6233660-60a3-4884-a0cd-65d2cf893ec0 1 ASDC deployResourceStructure 2022-01-14T06:59:21.338Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-01-14T06:59:21.339Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-01-14T06:59:21.339Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:59:21.339Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:21.341Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:21.341Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143561338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T06:59:21.441Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:21.442Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:21.442Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:21.454Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:21.455Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T06:59:22.342Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-01-14T06:59:22.342Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-01-14T06:59:22.342Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:59:22.342Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:22.345Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:22.345Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143562342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-14T06:59:22.445Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:22.445Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:22.445Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:22.457Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:22.457Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:23.346Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-01-14T06:59:23.346Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-01-14T06:59:23.346Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:59:23.346Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:23.348Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:23.348Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143563346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-14T06:59:23.448Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:23.448Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:23.449Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:23.462Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:23.463Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:24.349Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-01-14T06:59:24.349Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-01-14T06:59:24.349Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T06:59:24.349Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:24.351Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:24.352Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143564349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T06:59:24.451Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T06:59:24.452Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:24.452Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:24.465Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:24.466Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T06:59:25.352Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d503d132-a201-4fbf-8207-936b2cb317be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:59:25.361Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d503d132-a201-4fbf-8207-936b2cb317be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:59:25.364Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:59:25.365Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T06:59:25.365Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T06:59:25.370Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T06:59:55.370Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d503d132-a201-4fbf-8207-936b2cb317be and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T06:59:55.378Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d503d132-a201-4fbf-8207-936b2cb317be and serviceModelVersionId: dae2307a-5dc7-4210-b2d5-c70d1a210249 2022-01-14T06:59:55.378Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7ae61f46-aab2-4603-95b8-507a2a53a84f 2022-01-14T06:59:55.379Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7ae61f46-aab2-4603-95b8-507a2a53a84f/model-vers/model-ver/dae2307a-5dc7-4210-b2d5-c70d1a210249?depth=0 2022-01-14T06:59:55.382Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T06:59:55.404Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae61f46-aab2-4603-95b8-507a2a53a84f/model-vers/model-ver/dae2307a-5dc7-4210-b2d5-c70d1a210249?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-01-14T06:59:55.405Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae61f46-aab2-4603-95b8-507a2a53a84f/model-vers/model-ver/dae2307a-5dc7-4210-b2d5-c70d1a210249?depth=0|INFO|500||Invoke 2022-01-14T06:59:55.417Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae61f46-aab2-4603-95b8-507a2a53a84f/model-vers/model-ver/dae2307a-5dc7-4210-b2d5-c70d1a210249?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T06:59:55.608Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae61f46-aab2-4603-95b8-507a2a53a84f/model-vers/model-ver/dae2307a-5dc7-4210-b2d5-c70d1a210249?depth=0|INFO|500||InvokeReturn 2022-01-14T06:59:55.609Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7ae61f46-aab2-4603-95b8-507a2a53a84f/model-vers/model-ver/dae2307a-5dc7-4210-b2d5-c70d1a210249?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220114-06:59:55:424-61556], vertex-id=[262296], Content-Length=[0], Date=[Fri, 14 Jan 2022 06:59:55 GMT], Content-Type=[application/json]} 2022-01-14T06:59:55.609Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-01-14T06:59:55.609Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T06:59:55.609Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T06:59:55.613Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T06:59:55.614Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d503d132-a201-4fbf-8207-936b2cb317be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T06:59:55.614Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T06:59:55.614Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-01-14T06:59:55.616Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T06:59:55.616Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143595614, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T06:59:55.716Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T06:59:55.717Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T06:59:55.717Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T06:59:55.731Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T06:59:55.732Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T06:59:56.627Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T06:59:56.627Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T06:59:56.627Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:00:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:00:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:00:07.532Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:00:07.557Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:00:07.558Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:00:07.558Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:00:07.559Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:00:08.156Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:00:08.157Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.157Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:00:08.158Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T07:00:08.158Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.158Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-01-14T07:00:08.158Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T07:00:08.158Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.158Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-01-14T07:00:08.158Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.159Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143340155, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143556030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143558131, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.160Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143559176, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143560222, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143561338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143562342, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.161Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143563346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143564349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d503d132-a201-4fbf-8207-936b2cb317be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143595614, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T07:00:08.162Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:00:17.101Z|d503d132-a201-4fbf-8207-936b2cb317be|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:00:17.102Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:00:17.102Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:00:17.102Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:00:26.644Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:00:26.644Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:00:26.644Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:00:26.644Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:00:36.182Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:00:36.182Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:00:36.182Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:00:36.182Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:00:45.719Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:00:45.720Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:00:45.720Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:00:45.720Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:00:55.261Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:00:55.261Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:00:55.262Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:00:55.262Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:01:04.807Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:01:04.807Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:01:04.807Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:01:04.808Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:01:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:01:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:01:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:01:14.344Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:01:14.345Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:01:14.345Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:01:14.346Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:01:17.075Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:01:23.885Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:01:23.885Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:01:23.885Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:01:23.886Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:01:33.423Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:01:33.424Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:01:33.424Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:01:33.425Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:01:42.969Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:02:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:02:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:02:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:02:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:02:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:02:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:02:17.073Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:02:17.078Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:03:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:03:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:03:07.530Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:03:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:03:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:03:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:03:17.078Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:03:17.079Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:04:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:04:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:04:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:04:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:04:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:04:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:04:17.072Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:04:17.077Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:07.529Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:05:07.530Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:05:07.530Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:05:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:05:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:08.160Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:08.160Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.161Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"153ed462-aa00-498a-b4aa-92140236f904","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"aa52090f-6102-412d-9668-710b9f595f07","serviceDescription":"service","serviceInvariantUUID":"5aacf4ea-bbee-47fc-9f63-4d3add17854c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"50f2015e-0036-4c93-adbf-fa535dd0192b","resourceInvariantUUID":"2acd32ca-1514-43ad-b5a3-d06810331e74","resourceCustomizationUUID":"67d65766-cacb-4e7e-9455-4bdcdfe30330","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":"YWNhNDE2ZDFiNjg1NTU3ZTVmMjAwY2I1MmUwYjkxNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c10ff3d7-60b4-40dc-a47b-c6d337cd5b5b","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":"5e3d38f1-ef59-4764-9188-3faa71a6d505","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":"f47cca23-b469-4c45-916e-0243901f6ab4","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":"MTU2MjM4OTNjNmU0MzdkNzE1ODk3MmVmMmZhMTA1ZTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ad7ca755-e2cc-4ee6-b883-c7f8ac9f4357","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":"ca985cdc-b91b-4928-aab8-e25829bc5ea9","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":"3750ac0c-cd1a-4ed9-9241-85e469fd137c","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":"ae668466-a1dc-4e94-9f49-e93013205125","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":"NmM0NTVlZGY5MTMwMjI0ZWFjMjJlMTM1YWFmYzYwMDA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"14c83b14-248c-43dd-b546-0165e1e25d6f","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWQ2YWYzNWEwNDQzMDZlZmFhZDcyNjY5OGE5YjFlMzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec2057d7-641d-4f0d-8253-dc3b7e5cf327","artifactVersion":"1"}],"workloadContext":"Production"} 2022-01-14T07:05:08.161Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:08.162Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:08.163Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:08.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.163Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.165Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.165Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.168Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.169Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.170Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.171Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143856251, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.172Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143864523, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143874405, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.173Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "multicloud-k8s-id", "timestamp": 1642143865918, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.174Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "cds", "timestamp": 1642143875623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T07:05:08.192Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 153ed462-aa00-498a-b4aa-92140236f904 2022-01-14T07:05:08.192Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153ed462-aa00-498a-b4aa-92140236f904 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T07:05:08.201Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143867013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.202Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143876633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143877078, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.203Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143868659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143878513, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.204Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143878641, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143879536, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143870916, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:05:08.205Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "clamp", "timestamp": 1642143879644, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T07:05:08.211Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 153ed462-aa00-498a-b4aa-92140236f904 2022-01-14T07:05:08.212Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153ed462-aa00-498a-b4aa-92140236f904 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T07:05:08.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "ves-openapi-manager", "timestamp": 1642143880538, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T07:05:08.227Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 153ed462-aa00-498a-b4aa-92140236f904 2022-01-14T07:05:08.227Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153ed462-aa00-498a-b4aa-92140236f904 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T07:05:08.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143880709, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:05:08.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143881411, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143881712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "dcae-sch", "timestamp": 1642143873627, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "aai-ml", "timestamp": 1642143882415, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T07:05:08.242Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 153ed462-aa00-498a-b4aa-92140236f904 2022-01-14T07:05:08.243Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153ed462-aa00-498a-b4aa-92140236f904 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T07:05:08.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "policy-id", "timestamp": 1642143882715, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T07:05:08.256Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 153ed462-aa00-498a-b4aa-92140236f904 2022-01-14T07:05:08.256Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153ed462-aa00-498a-b4aa-92140236f904 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T07:05:08.265Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T07:05:08.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.265Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:08.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.266Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143876214, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143885926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143887604, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T07:05:08.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:05:08.267Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-01-14T07:05:08.267Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1642143888607, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T07:05:08.273Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 153ed462-aa00-498a-b4aa-92140236f904 2022-01-14T07:05:08.273Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153ed462-aa00-498a-b4aa-92140236f904 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-01-14T07:05:08.278Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:08.278Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:09.165Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:09.166Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:09.167Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:09.167Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:09.267Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T07:05:09.268Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:09.268Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:09.281Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:09.281Z||pool-140-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:10.168Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:10.168Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:10.170Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:10.171Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:10.270Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T07:05:10.271Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:10.271Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:10.284Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:10.284Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:11.171Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:11.172Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:11.174Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:11.174Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:11.274Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T07:05:11.274Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:11.274Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:11.287Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:11.287Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:12.174Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:12.175Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:12.177Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:12.177Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:12.277Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T07:05:12.277Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:12.278Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:12.290Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:12.290Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:13.177Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:13.178Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:13.180Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:13.180Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:13.280Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T07:05:13.281Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:13.281Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:13.293Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:13.293Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:14.181Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:14.181Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:14.183Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:14.184Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:14.283Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T07:05:14.284Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:14.284Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:14.298Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:14.298Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:15.184Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:15.185Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:15.186Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:15.187Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:05:15.286Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T07:05:15.287Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:15.287Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:15.301Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:15.301Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-01-14T07:05:16.187Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-01-14T07:05:16.187Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:16.189Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:16.189Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:05:16.289Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T07:05:16.290Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:16.290Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:16.303Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:16.303Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:17.190Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "aa52090f-6102-412d-9668-710b9f595f07", "serviceDescription": "service", "serviceInvariantUUID": "5aacf4ea-bbee-47fc-9f63-4d3add17854c", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "67d65766-cacb-4e7e-9455-4bdcdfe30330", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "50f2015e-0036-4c93-adbf-fa535dd0192b", "resourceInvariantUUID": "2acd32ca-1514-43ad-b5a3-d06810331e74", "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": "ZWQ2YWYzNWEwNDQzMDZlZmFhZDcyNjY5OGE5YjFlMzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ec2057d7-641d-4f0d-8253-dc3b7e5cf327" } ], "workloadContext": "Production" } 2022-01-14T07:05:17.190Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-01-14T07:05:17.190Z|ff7ffc48-3108-4362-b1f1-8b96ad1065ce|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 aa52090f-6102-412d-9668-710b9f595f07 ASDC 2022-01-14T07:05:17.191Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:153ed462-aa00-498a-b4aa-92140236f904 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:aa52090f-6102-412d-9668-710b9f595f07 ServiceInvariantUUID:5aacf4ea-bbee-47fc-9f63-4d3add17854c 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:ec2057d7-641d-4f0d-8253-dc3b7e5cf327 ArtifactChecksum:ZWQ2YWYzNWEwNDQzMDZlZmFhZDcyNjY5OGE5YjFlMzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:67d65766-cacb-4e7e-9455-4bdcdfe30330 ResourceInvariantUUID:2acd32ca-1514-43ad-b5a3-d06810331e74 ResourceName:test-pnf ResourceType:PNF ResourceUUID:50f2015e-0036-4c93-adbf-fa535dd0192b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-01-14T07:05:17.191Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF aa52090f-6102-412d-9668-710b9f595f07 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T07:05:17.217Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T07:05:17.218Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T07:05:17.218Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T07:05:17.218Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ec2057d7-641d-4f0d-8253-dc3b7e5cf327 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-14T07:05:17.218Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-01-14T07:05:17.218Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-14T07:05:17.273Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-01-14T07:05:17.279Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ec2057d7-641d-4f0d-8253-dc3b7e5cf327 105643 2022-01-14T07:05:17.280Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-01-14T07:05:17.280Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-14T07:05:17.280Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-01-14T07:05:17.280Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:17.282Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:17.282Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143917280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:05:17.382Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T07:05:17.382Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:17.383Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:17.397Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:17.397Z||pool-148-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:18.283Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-01-14T07:05:18.283Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-01-14T07:05:18.283Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ec2057d7-641d-4f0d-8253-dc3b7e5cf327, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.284Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.284Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.284Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.359Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16359031360191908932/Definitions/service-TestPnfMacro-template.yml 2022-01-14T07:05:18.889Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-01-14T07:05:18.889Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-14T07:05:18.889Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.889Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-01-14T07:05:18.889Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.890Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.891Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:aa52090f-6102-412d-9668-710b9f595f07 Model Version:NULL Model InvariantUuid:5aacf4ea-bbee-47fc-9f63-4d3add17854c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-01-14T07:05:18.898Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 50f2015e-0036-4c93-adbf-fa535dd0192b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T07:05:18.900Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-01-14T07:05:18.900Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 50f2015e-0036-4c93-adbf-fa535dd0192b 2022-01-14T07:05:18.900Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||No resources found for Service: aa52090f-6102-412d-9668-710b9f595f07 2022-01-14T07:05:18.900Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: aa52090f-6102-412d-9668-710b9f595f07 2022-01-14T07:05:18.900Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 50f2015e-0036-4c93-adbf-fa535dd0192b ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T07:05:18.905Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ab6f6d3, org.onap.sdc.toscaparser.api.parameters.Input@44a4d43a, org.onap.sdc.toscaparser.api.parameters.Input@c89c493, org.onap.sdc.toscaparser.api.parameters.Input@18571c7d, org.onap.sdc.toscaparser.api.parameters.Input@75ba71ca] 2022-01-14T07:05:18.905Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.905Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.905Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid aa52090f-6102-412d-9668-710b9f595f07: test-pnf 2022-01-14T07:05:18.905Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||Processing PNF resource: 50f2015e-0036-4c93-adbf-fa535dd0192b 2022-01-14T07:05:18.905Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-01-14T07:05:18.906Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-01-14T07:05:18.906Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||Resource customization UUID: 67d65766-cacb-4e7e-9455-4bdcdfe30330 is the same as notified resource customizationUUID: 67d65766-cacb-4e7e-9455-4bdcdfe30330 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-01-14T07:05:18.940Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 50f2015e-0036-4c93-adbf-fa535dd0192b 0 ASDC deployResourceStructure 2022-01-14T07:05:18.941Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-01-14T07:05:18.941Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-01-14T07:05:18.941Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-01-14T07:05:18.941Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:18.943Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:18.943Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143918940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T07:05:19.043Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-01-14T07:05:19.043Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:19.043Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:19.056Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:19.056Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-01-14T07:05:19.943Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 153ed462-aa00-498a-b4aa-92140236f904 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T07:05:19.955Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 153ed462-aa00-498a-b4aa-92140236f904 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-01-14T07:05:19.958Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-01-14T07:05:19.958Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-01-14T07:05:19.959Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-01-14T07:05:19.964Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-01-14T07:05:49.964Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 153ed462-aa00-498a-b4aa-92140236f904 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-01-14T07:05:49.969Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 153ed462-aa00-498a-b4aa-92140236f904 and serviceModelVersionId: aa52090f-6102-412d-9668-710b9f595f07 2022-01-14T07:05:49.969Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5aacf4ea-bbee-47fc-9f63-4d3add17854c 2022-01-14T07:05:49.970Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0 2022-01-14T07:05:49.979Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-01-14T07:05:50.011Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0|INFO|500||Invoke 2022-01-14T07:05:50.011Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[153ed462-aa00-498a-b4aa-92140236f904], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[832d06e5-3b82-49a5-b552-6d39196d9967], X-ECOMP-RequestID=[153ed462-aa00-498a-b4aa-92140236f904], X-TransactionId=[], X-ONAP-RequestID=[153ed462-aa00-498a-b4aa-92140236f904], Content-Type=[application/merge-patch+json]} 2022-01-14T07:05:50.031Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-01-14T07:05:50.106Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220114-07:05:50:038-7475], vertex-id=[262328], Content-Length=[0], Date=[Fri, 14 Jan 2022 07:05:50 GMT], Content-Type=[application/json]} 2022-01-14T07:05:50.106Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-01-14T07:05:50.107Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aacf4ea-bbee-47fc-9f63-4d3add17854c/model-vers/model-ver/aa52090f-6102-412d-9668-710b9f595f07?depth=0|INFO|500||InvokeReturn 2022-01-14T07:05:50.107Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-01-14T07:05:50.107Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-01-14T07:05:50.111Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-01-14T07:05:50.112Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 153ed462-aa00-498a-b4aa-92140236f904 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-01-14T07:05:50.112Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-01-14T07:05:50.112Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-01-14T07:05:50.114Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-01-14T07:05:50.114Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143950112, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T07:05:50.214Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-01-14T07:05:50.214Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-01-14T07:05:50.214Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:05:50.233Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:05:50.233Z||pool-150-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-01-14T07:06:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:06:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:06:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:06:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:06:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:06:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:06:07.651Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:06:07.651Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:06:07.651Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:06:07.652Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:06:17.093Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:07:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:07:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:07:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:07:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:07:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:07:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:07:08.056Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:07:08.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-01-14T07:07:08.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-01-14T07:07:08.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-01-14T07:07:08.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-01-14T07:07:08.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143907529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143917280, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143918940, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-01-14T07:07:08.060Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:07:08.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-01-14T07:07:08.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "153ed462-aa00-498a-b4aa-92140236f904", "consumerID": "SO-COpenSource-Env11", "timestamp": 1642143950112, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-01-14T07:07:08.061Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-01-14T07:07:17.081Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:08:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:08:07.530Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:08:07.530Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:08:07.531Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:08:07.531Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:08:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:08:17.073Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:08:17.074Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:09:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:09:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:09:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:09:07.531Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:09:07.531Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:09:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:09:17.073Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:09:17.084Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:10:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:10:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:10:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:10:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:10:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:10:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:10:17.070Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:10:17.070Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:11:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:11:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:11:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:11:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:11:07.532Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:11:07.532Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:11:17.078Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:11:17.083Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:12:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:12:07.530Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:12:07.530Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:12:07.531Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:12:07.531Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:12:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:12:17.073Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:12:17.077Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:13:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:13:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:13:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:13:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:13:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:13:07.531Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:13:17.078Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:13:17.078Z|3ffa1d90-fe3f-4643-8315-5d87fb6902a7|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:14:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:14:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:14:07.530Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:14:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:14:07.531Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:14:07.532Z|d938f9de-85da-4380-b0fd-e08bc0093e04|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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:14:17.072Z|d938f9de-85da-4380-b0fd-e08bc0093e04|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:14:17.075Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:15:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:15:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:15:07.529Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as rfDceJTpekhfFnyZ) ... 2022-01-14T07:15:07.531Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-01-14T07:15:07.531Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-01-14T07:15:07.531Z||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 rfDceJTpekhfFnyZ) ... 2022-01-14T07:15:17.073Z|153ed462-aa00-498a-b4aa-92140236f904|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-01-14T07:15:17.074Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK