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) 2023-01-31T04:29:47.443Z||main|||||INFO|500||The following profiles are active: basic 2023-01-31T04:29:59.166Z||main|||||INFO|500||Starting service [Tomcat] 2023-01-31T04:29:59.167Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2023-01-31T04:29:59.279Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2023-01-31T04:30:03.299Z||main|||||INFO|500||catdb-pool - Starting... 2023-01-31T04:30:03.668Z||main|||||INFO|500||catdb-pool - Start completed. 2023-01-31T04:30:04.119Z||main|||||INFO|500||reqdb-pool - Starting... 2023-01-31T04:30:04.123Z||main|||||INFO|500||reqdb-pool - Start completed. 2023-01-31T04:30:04.235Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2023-01-31T04:30:04.432Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2023-01-31T04:30:05.022Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-01-31T04:30:06.693Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-31T04:30:09.079Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-31T04:30:09.136Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2023-01-31T04:30:09.708Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2023-01-31T04:30:09.956Z||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. 2023-01-31T04:30:11.300Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-01-31T04:30:12.398Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2023-01-31T04:30:12.416Z||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$$db920399.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) 2023-01-31T04:30:12.416Z||main|||||WARN|500||The sdc end point is not alive 2023-01-31T04:30:15.596Z||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 2023-01-31T04:30:18.683Z||main|||||WARN|500||--- 2023-01-31T04:30:18.684Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2023-01-31T04:30:18.684Z||main|||||WARN|500||--- 2023-01-31T04:30:19.151Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2023-01-31T04:30:24.587Z||main|||||INFO|500||Started Application in 40.212 seconds (JVM running for 42.33) 2023-01-31T04:30:24.601Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:30:24.602Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:30:24.617Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:30:24.643Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:30:24.688Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d4e4946f-7b99-4caf-a112-e3cdc4064671 url= /sdc/v1/artifactTypes 2023-01-31T04:30:24.688Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:30:25.796Z||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.34.125] 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$$9f1f37d6.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 2023-01-31T04:30:25.801Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@22fd0e0d 2023-01-31T04:30:25.801Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:30:25.817Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:30:25.846Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:30:25.850Z||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$$9f1f37d6.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 2023-01-31T04:31:14.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:31:14.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:31:14.582Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:31:14.586Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:31:14.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 163d07b3-e979-471e-a17e-0faaf84d7698 url= /sdc/v1/artifactTypes 2023-01-31T04:31:14.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:31:15.621Z||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.34.125] 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$$9f1f37d6.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 2023-01-31T04:31:15.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13345051 2023-01-31T04:31:15.624Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:31:15.624Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:31:15.625Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:31:15.625Z||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$$9f1f37d6.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 2023-01-31T04:32:04.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:32:04.583Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:32:04.584Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:32:04.588Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:32:04.605Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f4fd6a5d-3210-46a1-9b33-0261cbfcbaa7 url= /sdc/v1/artifactTypes 2023-01-31T04:32:04.605Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:32:05.638Z||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.34.125] 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$$9f1f37d6.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 2023-01-31T04:32:05.639Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@225cbfa9 2023-01-31T04:32:05.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:32:05.639Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:32:05.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:32:05.640Z||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$$9f1f37d6.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 2023-01-31T04:32:54.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:32:54.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:32:54.582Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:32:54.585Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:32:54.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aef0237d-dc6d-4eab-a5ae-bf35b217ed52 url= /sdc/v1/artifactTypes 2023-01-31T04:32:54.608Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:32:55.654Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.34.125] 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$$9f1f37d6.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 2023-01-31T04:32:55.656Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ab425d7 2023-01-31T04:32:55.656Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:32:55.657Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:32:55.657Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:32:55.658Z||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$$9f1f37d6.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 2023-01-31T04:33:44.582Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:33:44.583Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:33:44.583Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:33:44.587Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:33:44.592Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8a64f12b-aad3-4e62-8b6a-267cb9c9176d url= /sdc/v1/artifactTypes 2023-01-31T04:33:44.592Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:33:45.638Z||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.34.125] 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$$9f1f37d6.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 2023-01-31T04:33:45.639Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6f810d7d 2023-01-31T04:33:45.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:33:45.640Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:33:45.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:33:45.641Z||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$$9f1f37d6.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 2023-01-31T04:34:34.582Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:34:34.584Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:34:34.585Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:34:34.591Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:34:34.606Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a2e81d32-e645-4a0e-9838-9e9ba71d0c29 url= /sdc/v1/artifactTypes 2023-01-31T04:34:34.606Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:34:35.654Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.34.125] 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$$9f1f37d6.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 2023-01-31T04:34:35.655Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4a2d60c5 2023-01-31T04:34:35.655Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:34:35.656Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:34:35.656Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:34:35.657Z||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$$9f1f37d6.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 2023-01-31T04:35:24.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:35:24.583Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:35:24.583Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:35:24.588Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:35:24.599Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5e1a0d65-409f-4ce9-a61b-f2f68f0f8b9e url= /sdc/v1/artifactTypes 2023-01-31T04:35:24.599Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:35:25.638Z||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.34.125] 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$$9f1f37d6.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 2023-01-31T04:35:25.639Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@8152186 2023-01-31T04:35:25.639Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:35:25.640Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:35:25.640Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:35:25.640Z||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$$9f1f37d6.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 2023-01-31T04:36:14.580Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:36:14.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:36:14.582Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:36:14.586Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:36:14.596Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9722bf12-01a9-4e25-9eec-22ec9c104d1a url= /sdc/v1/artifactTypes 2023-01-31T04:36:14.596Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:36:15.621Z||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.34.125] 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$$9f1f37d6.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 2023-01-31T04:36:15.622Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2fb6d1d 2023-01-31T04:36:15.623Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2023-01-31T04:36:15.623Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2023-01-31T04:36:15.623Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2023-01-31T04:36:15.624Z||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$$9f1f37d6.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 2023-01-31T04:37:04.581Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2023-01-31T04:37:04.581Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2023-01-31T04:37:04.581Z||scheduling-1|||||INFO|500||DistributionClient - init 2023-01-31T04:37:04.585Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2023-01-31T04:37:04.598Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ca5581f-bcfe-4ae1-a30c-1d6ecd06ec4c url= /sdc/v1/artifactTypes 2023-01-31T04:37:04.598Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2023-01-31T04:37:04.819Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2023-01-31T04:37:04.829Z||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 2023-01-31T04:37:04.857Z||scheduling-1|||||DEBUG|500||create keys 2023-01-31T04:37:04.866Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2023-01-31T04:37:04.931Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:37:04.952Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 5e8ed391-572d-4a51-ae6e-4bd8a6b8ded7 url= /sdc/v1/registerForDistribution 2023-01-31T04:37:05.291Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 5e8ed391-572d-4a51-ae6e-4bd8a6b8ded7 url= /sdc/v1/registerForDistribution 2023-01-31T04:37:05.291Z||scheduling-1|||||INFO|500||start DistributionClient 2023-01-31T04:37:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:37:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:37:05.308Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2023-01-31T04:37:05.319Z||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. 2023-01-31T04:37:05.319Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:37:05.320Z||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. 2023-01-31T04:37:05.320Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:37:16.159Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:37:16.159Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:38:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:38:05.300Z||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. 2023-01-31T04:38:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:38:05.303Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:38:05.303Z||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. 2023-01-31T04:38:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:38:15.062Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:38:15.070Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:39:05.300Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:39:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:39:05.304Z||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. 2023-01-31T04:39:05.304Z||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. 2023-01-31T04:39:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:39:05.305Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:39:15.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:39:15.000Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:39:48.683Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2023-01-31T04:40:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:40:05.301Z||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. 2023-01-31T04:40:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:40:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:40:05.302Z||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. 2023-01-31T04:40:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:40:14.893Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:40:14.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:41:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:41:05.300Z||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. 2023-01-31T04:41:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:41:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:41:05.303Z||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. 2023-01-31T04:41:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:41:14.925Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:41:14.976Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:42:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:42:05.300Z||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. 2023-01-31T04:42:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:42:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:42:05.304Z||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. 2023-01-31T04:42:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:42:14.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:42:14.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:43:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:43:05.300Z||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. 2023-01-31T04:43:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:43:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:43:05.302Z||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. 2023-01-31T04:43:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:43:14.946Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:43:14.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:44:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:44:05.300Z||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. 2023-01-31T04:44:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:44:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:44:05.303Z||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. 2023-01-31T04:44:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:44:14.871Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:44:14.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:45:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:45:05.301Z||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. 2023-01-31T04:45:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:45:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:45:05.303Z||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. 2023-01-31T04:45:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:45:14.969Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:45:14.991Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:46:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:46:05.300Z||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. 2023-01-31T04:46:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:46:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:46:05.303Z||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. 2023-01-31T04:46:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:46:15.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:46:15.047Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:47:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:47:05.300Z||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. 2023-01-31T04:47:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:47:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:47:05.302Z||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. 2023-01-31T04:47:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:47:14.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:47:14.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:48:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:48:05.300Z||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. 2023-01-31T04:48:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:48:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:48:05.303Z||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. 2023-01-31T04:48:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:48:14.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:48:14.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:49:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:49:05.300Z||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. 2023-01-31T04:49:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:49:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:49:05.302Z||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. 2023-01-31T04:49:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:49:14.979Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:49:14.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:50:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:50:05.300Z||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. 2023-01-31T04:50:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:50:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:50:05.302Z||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. 2023-01-31T04:50:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:50:14.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:50:14.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:51:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:51:05.301Z||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. 2023-01-31T04:51:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:51:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:51:05.302Z||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. 2023-01-31T04:51:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:51:14.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:51:15.015Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:52:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:52:05.300Z||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. 2023-01-31T04:52:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:52:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:52:05.303Z||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. 2023-01-31T04:52:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:52:14.985Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:52:15.033Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:53:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:53:05.300Z||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. 2023-01-31T04:53:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:53:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:53:05.302Z||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. 2023-01-31T04:53:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:53:15.101Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:53:15.243Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:54:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:54:05.300Z||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. 2023-01-31T04:54:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:54:05.303Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:54:05.305Z||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. 2023-01-31T04:54:05.306Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:54:15.026Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:54:15.030Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:55:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:55:05.300Z||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. 2023-01-31T04:55:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:55:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:55:05.302Z||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. 2023-01-31T04:55:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:55:14.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:55:14.909Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:56:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:56:05.300Z||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. 2023-01-31T04:56:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:56:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:56:05.302Z||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. 2023-01-31T04:56:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:56:14.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:56:14.885Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:57:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:57:05.301Z||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. 2023-01-31T04:57:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:57:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:57:05.303Z||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. 2023-01-31T04:57:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:57:14.887Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:57:14.902Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:58:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:58:05.300Z||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. 2023-01-31T04:58:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:58:05.304Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:58:05.305Z||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. 2023-01-31T04:58:05.305Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:58:14.899Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:58:14.924Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:59:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:59:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T04:59:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:59:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T04:59:05.303Z||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. 2023-01-31T04:59:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T04:59:14.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T04:59:14.971Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:00:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:00:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T05:00:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:00:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:00:05.303Z||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. 2023-01-31T05:00:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:00:15.051Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:00:15.143Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:01:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:01:05.300Z||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. 2023-01-31T05:01:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:01:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:01:05.303Z||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. 2023-01-31T05:01:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:01:14.864Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:01:14.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:02:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:02:05.300Z||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. 2023-01-31T05:02:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:02:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:02:05.303Z||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. 2023-01-31T05:02:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:02:14.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:02:14.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:03:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:03:05.300Z||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. 2023-01-31T05:03:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:03:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:03:05.303Z||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. 2023-01-31T05:03:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:03:14.873Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:03:14.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:04:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:04:05.301Z||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. 2023-01-31T05:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:04:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:04:05.303Z||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. 2023-01-31T05:04:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:04:14.872Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:04:14.911Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:05:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:05:05.300Z||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. 2023-01-31T05:05:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:05:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:05:05.303Z||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. 2023-01-31T05:05:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:05:14.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:05:14.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:06:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:06:05.300Z||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. 2023-01-31T05:06:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:06:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:06:05.303Z||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. 2023-01-31T05:06:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:06:14.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:06:14.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:07:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:07:05.300Z||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. 2023-01-31T05:07:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:07:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:07:05.302Z||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. 2023-01-31T05:07:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:07:14.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:07:14.930Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:08:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:08:05.300Z||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. 2023-01-31T05:08:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:08:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:08:05.303Z||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. 2023-01-31T05:08:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:08:14.858Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:08:14.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:09:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:09:05.300Z||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. 2023-01-31T05:09:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:09:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:09:05.303Z||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. 2023-01-31T05:09:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:09:14.931Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:09:14.938Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:10:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:10:05.300Z||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. 2023-01-31T05:10:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:10:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:10:05.303Z||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. 2023-01-31T05:10:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:10:14.928Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:10:14.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:11:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:11:05.300Z||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. 2023-01-31T05:11:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:11:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:11:05.302Z||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. 2023-01-31T05:11:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:11:14.921Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:11:14.921Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:12:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:12:05.300Z||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. 2023-01-31T05:12:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:12:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:12:05.302Z||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. 2023-01-31T05:12:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:12:14.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:12:14.943Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:13:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:13:05.300Z||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. 2023-01-31T05:13:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:13:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:13:05.302Z||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. 2023-01-31T05:13:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:13:14.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:13:14.972Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:14:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:14:05.300Z||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. 2023-01-31T05:14:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:14:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:14:05.302Z||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. 2023-01-31T05:14:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:14:14.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:14:14.931Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:15:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:15:05.300Z||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. 2023-01-31T05:15:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:15:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:15:05.302Z||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. 2023-01-31T05:15:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:15:14.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:15:14.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:16:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:16:05.300Z||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. 2023-01-31T05:16:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:16:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:16:05.303Z||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. 2023-01-31T05:16:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:16:14.888Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:16:14.895Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:17:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:17:05.300Z||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. 2023-01-31T05:17:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:17:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:17:05.302Z||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. 2023-01-31T05:17:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:17:14.947Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:17:14.947Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:18:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:18:05.300Z||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. 2023-01-31T05:18:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:18:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:18:05.302Z||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. 2023-01-31T05:18:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:18:14.865Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:18:14.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:19:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:19:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:19:05.302Z||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. 2023-01-31T05:19:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:19:05.303Z||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. 2023-01-31T05:19:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:19:14.884Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:19:14.884Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:20:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:20:05.300Z||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. 2023-01-31T05:20:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:20:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:20:05.303Z||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. 2023-01-31T05:20:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:20:14.900Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:20:14.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:21:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:21:05.300Z||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. 2023-01-31T05:21:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:21:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:21:05.302Z||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. 2023-01-31T05:21:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:21:14.974Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:21:14.975Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:22:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:22:05.301Z||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. 2023-01-31T05:22:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:22:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:22:05.303Z||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. 2023-01-31T05:22:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:22:14.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:22:14.919Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:23:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:23:05.300Z||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. 2023-01-31T05:23:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:23:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:23:05.302Z||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. 2023-01-31T05:23:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:23:14.885Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:23:14.885Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:24:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:24:05.300Z||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. 2023-01-31T05:24:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:24:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:24:05.302Z||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. 2023-01-31T05:24:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:24:14.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:24:14.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:25:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:25:05.299Z||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. 2023-01-31T05:25:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:25:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:25:05.302Z||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. 2023-01-31T05:25:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:25:14.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:25:14.920Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:26:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:26:05.301Z||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. 2023-01-31T05:26:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:26:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:26:05.303Z||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. 2023-01-31T05:26:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:26:14.906Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:26:14.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:27:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:27:05.301Z||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. 2023-01-31T05:27:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:27:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:27:05.302Z||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. 2023-01-31T05:27:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:27:14.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:27:14.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:28:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:28:05.300Z||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. 2023-01-31T05:28:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:28:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:28:05.302Z||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. 2023-01-31T05:28:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:28:15.001Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:28:15.046Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:29:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:29:05.300Z||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. 2023-01-31T05:29:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:29:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:29:05.302Z||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. 2023-01-31T05:29:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:29:14.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:29:14.982Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:30:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:30:05.300Z||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. 2023-01-31T05:30:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:30:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:30:05.302Z||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. 2023-01-31T05:30:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:30:14.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:30:14.911Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:31:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:31:05.300Z||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. 2023-01-31T05:31:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:31:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:31:05.302Z||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. 2023-01-31T05:31:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:31:14.877Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:31:14.884Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:32:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:32:05.300Z||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. 2023-01-31T05:32:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:32:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:32:05.302Z||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. 2023-01-31T05:32:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:32:14.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:32:14.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:33:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:33:05.300Z||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. 2023-01-31T05:33:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:33:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:33:05.302Z||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. 2023-01-31T05:33:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:33:14.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:33:14.935Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:34:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:34:05.300Z||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. 2023-01-31T05:34:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:34:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:34:05.302Z||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. 2023-01-31T05:34:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:34:14.896Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:34:14.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:35:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:35:05.301Z||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. 2023-01-31T05:35:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:35:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:35:05.302Z||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. 2023-01-31T05:35:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:35:15.018Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:35:15.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:36:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:36:05.300Z||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. 2023-01-31T05:36:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:36:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:36:05.302Z||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. 2023-01-31T05:36:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:36:14.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:36:14.939Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:37:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:37:05.300Z||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. 2023-01-31T05:37:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:37:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:37:05.302Z||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. 2023-01-31T05:37:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:37:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:37:14.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:38:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:38:05.300Z||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. 2023-01-31T05:38:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:38:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:38:05.302Z||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. 2023-01-31T05:38:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:38:14.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:38:14.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:39:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:39:05.300Z||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. 2023-01-31T05:39:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:39:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:39:05.303Z||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. 2023-01-31T05:39:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:39:14.875Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:39:14.936Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:40:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:40:05.300Z||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. 2023-01-31T05:40:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:40:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:40:05.302Z||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. 2023-01-31T05:40:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:40:15.028Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:40:15.028Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:41:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:41:05.299Z||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. 2023-01-31T05:41:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:41:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:41:05.302Z||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. 2023-01-31T05:41:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:41:14.893Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:41:14.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:42:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:42:05.300Z||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. 2023-01-31T05:42:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:42:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:42:05.302Z||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. 2023-01-31T05:42:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:42:14.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:42:14.921Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:43:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:43:05.301Z||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. 2023-01-31T05:43:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:43:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:43:05.303Z||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. 2023-01-31T05:43:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:43:14.910Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:43:14.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:44:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:44:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T05:44:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:44:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:44:05.302Z||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. 2023-01-31T05:44:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:44:14.880Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:44:14.889Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:45:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:45:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T05:45:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:45:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:45:05.302Z||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. 2023-01-31T05:45:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:45:14.895Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:45:14.896Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:46:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:46:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T05:46:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:46:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:46:05.303Z||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. 2023-01-31T05:46:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:46:14.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:46:14.939Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:47:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:47:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T05:47:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:47:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:47:05.302Z||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. 2023-01-31T05:47:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:47:14.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:47:14.872Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:48:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:48:05.300Z||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. 2023-01-31T05:48:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:48:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:48:05.303Z||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. 2023-01-31T05:48:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:48:14.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:48:14.908Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:49:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:49:05.300Z||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. 2023-01-31T05:49:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:49:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:49:05.303Z||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. 2023-01-31T05:49:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:49:14.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:49:14.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:50:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:50:05.300Z||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. 2023-01-31T05:50:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:50:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:50:05.302Z||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. 2023-01-31T05:50:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:50:14.883Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:50:14.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:51:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:51:05.301Z||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. 2023-01-31T05:51:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:51:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:51:05.302Z||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. 2023-01-31T05:51:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:51:14.873Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:51:14.876Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:52:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:52:05.300Z||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. 2023-01-31T05:52:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:52:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:52:05.303Z||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. 2023-01-31T05:52:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:52:14.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:52:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:53:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:53:05.300Z||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. 2023-01-31T05:53:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:53:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:53:05.302Z||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. 2023-01-31T05:53:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:53:14.862Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:53:14.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:54:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:54:05.300Z||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. 2023-01-31T05:54:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:54:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:54:05.302Z||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. 2023-01-31T05:54:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:54:14.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:54:14.861Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:55:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:55:05.300Z||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. 2023-01-31T05:55:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:55:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:55:05.302Z||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. 2023-01-31T05:55:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:55:14.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:55:14.924Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:56:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:56:05.300Z||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. 2023-01-31T05:56:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:56:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:56:05.303Z||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. 2023-01-31T05:56:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:56:14.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:56:14.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:57:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:57:05.300Z||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. 2023-01-31T05:57:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:57:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:57:05.303Z||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. 2023-01-31T05:57:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:57:14.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:57:14.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:58:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:58:05.300Z||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. 2023-01-31T05:58:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:58:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:58:05.302Z||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. 2023-01-31T05:58:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:58:14.934Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:58:14.935Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:59:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:59:05.301Z||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. 2023-01-31T05:59:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:59:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T05:59:05.303Z||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. 2023-01-31T05:59:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T05:59:14.909Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T05:59:14.926Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:00:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:00:05.300Z||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. 2023-01-31T06:00:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:00:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:00:05.302Z||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. 2023-01-31T06:00:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:00:14.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:00:14.935Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:01:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:01:05.300Z||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. 2023-01-31T06:01:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:01:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:01:05.302Z||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. 2023-01-31T06:01:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:01:14.880Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:01:14.902Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:02:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:02:05.300Z||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. 2023-01-31T06:02:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:02:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:02:05.302Z||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. 2023-01-31T06:02:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:02:14.912Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:02:14.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:03:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:03:05.299Z||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. 2023-01-31T06:03:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:03:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:03:05.302Z||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. 2023-01-31T06:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:03:14.996Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:03:15.058Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:04:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:04:05.300Z||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. 2023-01-31T06:04:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:04:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:04:05.302Z||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. 2023-01-31T06:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:04:14.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:04:14.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:05:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:05:05.300Z||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. 2023-01-31T06:05:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:05:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:05:05.302Z||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. 2023-01-31T06:05:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:05:14.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:05:14.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:06:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:06:05.301Z||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. 2023-01-31T06:06:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:06:05.304Z||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. 2023-01-31T06:06:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:06:05.305Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:06:14.933Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:06:14.933Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:07:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:07:05.300Z||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. 2023-01-31T06:07:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:07:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:07:05.302Z||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. 2023-01-31T06:07:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:07:14.973Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:07:14.976Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:08:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:08:05.300Z||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. 2023-01-31T06:08:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:08:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:08:05.303Z||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. 2023-01-31T06:08:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:08:14.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:08:14.923Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:09:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:09:05.300Z||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. 2023-01-31T06:09:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:09:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:09:05.302Z||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. 2023-01-31T06:09:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:09:14.949Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:09:14.983Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:10:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:10:05.300Z||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. 2023-01-31T06:10:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:10:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:10:05.302Z||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. 2023-01-31T06:10:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:10:14.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:10:15.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:11:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:11:05.300Z||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. 2023-01-31T06:11:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:11:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:11:05.302Z||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. 2023-01-31T06:11:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:11:14.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:11:14.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:12:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:12:05.300Z||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. 2023-01-31T06:12:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:12:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:12:05.302Z||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. 2023-01-31T06:12:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:12:14.887Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:12:14.935Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:13:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:13:05.300Z||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. 2023-01-31T06:13:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:13:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:13:05.302Z||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. 2023-01-31T06:13:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:13:14.920Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:13:14.924Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:14:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:14:05.300Z||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. 2023-01-31T06:14:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:14:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:14:05.303Z||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. 2023-01-31T06:14:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:14:14.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:14:15.033Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:15:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:15:05.301Z||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. 2023-01-31T06:15:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:15:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:15:05.303Z||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. 2023-01-31T06:15:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:15:14.970Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:15:15.051Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:16:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:16:05.300Z||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. 2023-01-31T06:16:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:16:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:16:05.302Z||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. 2023-01-31T06:16:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:16:14.972Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:16:14.998Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:17:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:17:05.300Z||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. 2023-01-31T06:17:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:17:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:17:05.302Z||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. 2023-01-31T06:17:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:17:14.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:17:15.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:18:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:18:05.300Z||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. 2023-01-31T06:18:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:18:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:18:05.302Z||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. 2023-01-31T06:18:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:18:15.043Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:18:15.083Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:19:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:19:05.299Z||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. 2023-01-31T06:19:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:19:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:19:05.302Z||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. 2023-01-31T06:19:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:19:14.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:19:14.948Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:20:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:20:05.300Z||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. 2023-01-31T06:20:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:20:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:20:05.302Z||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. 2023-01-31T06:20:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:20:14.921Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:20:14.924Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:21:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:21:05.300Z||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. 2023-01-31T06:21:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:21:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:21:05.302Z||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. 2023-01-31T06:21:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:21:14.922Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:21:14.951Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:22:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:22:05.301Z||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. 2023-01-31T06:22:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:22:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:22:05.302Z||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. 2023-01-31T06:22:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:22:14.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:22:14.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:23:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:23:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:23:05.302Z||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. 2023-01-31T06:23:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:23:05.302Z||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. 2023-01-31T06:23:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:23:14.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:23:15.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:24:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:24:05.300Z||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. 2023-01-31T06:24:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:24:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:24:05.302Z||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. 2023-01-31T06:24:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:24:14.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:24:14.992Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:25:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:25:05.300Z||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. 2023-01-31T06:25:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:25:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:25:05.302Z||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. 2023-01-31T06:25:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:25:15.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:25:15.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:26:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:26:05.300Z||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. 2023-01-31T06:26:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:26:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:26:05.302Z||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. 2023-01-31T06:26:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:26:14.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:26:14.916Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:27:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:27:05.299Z||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. 2023-01-31T06:27:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:27:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:27:05.302Z||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. 2023-01-31T06:27:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:27:14.998Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:27:15.083Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:28:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:28:05.300Z||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. 2023-01-31T06:28:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:28:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:28:05.302Z||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. 2023-01-31T06:28:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:28:14.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:28:14.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:29:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:29:05.299Z||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. 2023-01-31T06:29:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:29:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:29:05.303Z||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. 2023-01-31T06:29:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:29:14.940Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:29:14.942Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:30:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:30:05.302Z||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. 2023-01-31T06:30:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:30:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:30:05.303Z||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. 2023-01-31T06:30:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:30:14.996Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:30:15.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:31:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:31:05.300Z||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. 2023-01-31T06:31:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:31:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:31:05.303Z||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. 2023-01-31T06:31:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:31:15.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:31:15.109Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:32:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:32:05.300Z||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. 2023-01-31T06:32:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:32:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:32:05.303Z||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. 2023-01-31T06:32:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:32:14.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:32:14.984Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:33:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:33:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:33:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:33:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:33:05.302Z||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. 2023-01-31T06:33:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:33:14.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:33:14.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:34:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:34:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:34:05.301Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:34:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:34:05.302Z||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. 2023-01-31T06:34:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:34:14.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:34:14.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:35:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:35:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:35:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:35:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:35:05.302Z||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. 2023-01-31T06:35:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:35:14.939Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:35:14.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:36:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:36:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:36:05.301Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:36:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:36:05.302Z||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. 2023-01-31T06:36:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:36:14.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:36:14.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:37:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:37:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:37:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:37:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:37:05.302Z||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. 2023-01-31T06:37:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:37:14.897Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:37:14.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:38:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:38:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:38:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:38:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:38:05.302Z||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. 2023-01-31T06:38:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:38:14.928Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:38:14.939Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:39:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:39:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:39:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:39:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:39:05.302Z||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. 2023-01-31T06:39:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:39:14.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:39:14.989Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:40:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:40:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:40:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:40:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:40:05.302Z||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. 2023-01-31T06:40:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:40:14.887Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:40:14.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:41:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:41:05.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:41:05.301Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:41:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:41:05.302Z||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. 2023-01-31T06:41:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:41:14.917Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:41:14.990Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:42:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:42:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:42:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:42:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:42:05.302Z||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. 2023-01-31T06:42:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:42:14.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:42:14.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:43:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:43:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:43:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:43:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:43:05.302Z||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. 2023-01-31T06:43:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:43:14.973Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:43:15.015Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:44:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:44:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:44:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:44:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:44:05.303Z||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. 2023-01-31T06:44:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:44:14.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:44:15.101Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:45:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:45:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:45:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:45:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:45:05.302Z||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. 2023-01-31T06:45:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:45:14.969Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:45:14.979Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:46:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:46:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T06:46:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:46:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:46:05.302Z||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. 2023-01-31T06:46:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:46:15.017Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:46:15.017Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:47:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:47:05.301Z||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. 2023-01-31T06:47:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:47:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:47:05.302Z||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. 2023-01-31T06:47:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:47:14.927Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:47:14.965Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:48:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:48:05.300Z||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. 2023-01-31T06:48:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:48:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:48:05.303Z||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. 2023-01-31T06:48:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:48:14.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:48:14.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:49:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:49:05.300Z||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. 2023-01-31T06:49:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:49:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:49:05.302Z||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. 2023-01-31T06:49:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:49:14.883Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:49:14.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:50:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:50:05.299Z||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. 2023-01-31T06:50:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:50:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:50:05.302Z||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. 2023-01-31T06:50:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:50:14.886Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:50:14.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:51:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:51:05.300Z||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. 2023-01-31T06:51:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:51:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:51:05.302Z||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. 2023-01-31T06:51:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:51:14.889Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:51:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:52:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:52:05.300Z||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. 2023-01-31T06:52:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:52:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:52:05.302Z||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. 2023-01-31T06:52:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:52:14.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:52:14.900Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:53:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:53:05.300Z||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. 2023-01-31T06:53:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:53:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:53:05.302Z||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. 2023-01-31T06:53:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:53:14.928Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:53:14.930Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:54:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:54:05.300Z||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. 2023-01-31T06:54:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:54:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:54:05.302Z||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. 2023-01-31T06:54:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:54:14.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:54:14.929Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:55:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:55:05.300Z||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. 2023-01-31T06:55:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:55:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:55:05.302Z||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. 2023-01-31T06:55:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:55:14.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:55:14.943Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:56:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:56:05.300Z||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. 2023-01-31T06:56:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:56:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:56:05.302Z||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. 2023-01-31T06:56:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:56:14.895Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:56:14.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:57:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:57:05.299Z||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. 2023-01-31T06:57:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:57:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:57:05.302Z||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. 2023-01-31T06:57:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:57:14.885Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:57:14.913Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:58:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:58:05.300Z||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. 2023-01-31T06:58:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:58:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:58:05.302Z||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. 2023-01-31T06:58:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:58:14.887Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:58:14.925Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:59:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:59:05.300Z||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. 2023-01-31T06:59:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:59:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T06:59:05.302Z||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. 2023-01-31T06:59:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T06:59:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T06:59:14.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:00:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:00:05.299Z||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. 2023-01-31T07:00:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:00:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:00:05.302Z||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. 2023-01-31T07:00:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:00:14.934Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:00:14.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:01:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:01:05.300Z||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. 2023-01-31T07:01:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:01:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:01:05.302Z||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. 2023-01-31T07:01:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:01:15.034Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:01:15.060Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:02:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:02:05.301Z||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. 2023-01-31T07:02:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:02:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:02:05.302Z||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. 2023-01-31T07:02:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:02:14.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:02:14.988Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:03:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:03:05.299Z||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. 2023-01-31T07:03:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:03:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:03:05.302Z||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. 2023-01-31T07:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:03:14.882Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:03:14.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:04:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:04:05.300Z||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. 2023-01-31T07:04:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:04:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:04:05.302Z||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. 2023-01-31T07:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:04:14.911Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:04:14.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:05:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:05:05.299Z||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. 2023-01-31T07:05:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:05:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:05:05.302Z||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. 2023-01-31T07:05:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:05:14.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:05:14.891Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:06:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:06:05.299Z||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. 2023-01-31T07:06:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:06:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:06:05.302Z||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. 2023-01-31T07:06:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:06:14.891Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:06:14.920Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:07:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:07:05.300Z||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. 2023-01-31T07:07:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:07:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:07:05.302Z||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. 2023-01-31T07:07:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:07:14.873Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:07:14.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:08:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:08:05.300Z||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. 2023-01-31T07:08:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:08:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:08:05.302Z||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. 2023-01-31T07:08:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:08:14.861Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:08:14.861Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:09:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:09:05.300Z||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. 2023-01-31T07:09:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:09:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:09:05.302Z||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. 2023-01-31T07:09:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:09:14.881Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:09:14.883Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:10:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:10:05.301Z||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. 2023-01-31T07:10:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:10:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:10:05.302Z||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. 2023-01-31T07:10:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:10:14.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:10:14.909Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:11:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:11:05.300Z||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. 2023-01-31T07:11:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:11:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:11:05.302Z||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. 2023-01-31T07:11:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:11:14.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:11:14.964Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:12:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:12:05.300Z||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. 2023-01-31T07:12:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:12:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:12:05.302Z||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. 2023-01-31T07:12:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:12:14.905Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:12:14.919Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:13:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:13:05.299Z||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. 2023-01-31T07:13:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:13:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:13:05.302Z||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. 2023-01-31T07:13:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:13:14.899Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:13:14.900Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:14:05.299Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:14:05.299Z||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. 2023-01-31T07:14:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:14:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:14:05.302Z||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. 2023-01-31T07:14:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:14:14.890Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:14:14.896Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:15:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:15:05.300Z||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. 2023-01-31T07:15:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:15:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:15:05.302Z||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. 2023-01-31T07:15:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:15:14.943Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:15:14.944Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:16:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:16:05.300Z||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. 2023-01-31T07:16:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:16:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:16:05.302Z||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. 2023-01-31T07:16:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:16:14.971Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:16:14.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:17:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:17:05.300Z||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. 2023-01-31T07:17:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:17:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:17:05.303Z||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. 2023-01-31T07:17:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:17:14.950Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:17:14.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:18:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:18:05.300Z||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. 2023-01-31T07:18:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:18:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:18:05.303Z||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. 2023-01-31T07:18:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:18:14.936Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:18:14.938Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:19:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:19:05.300Z||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. 2023-01-31T07:19:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:19:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:19:05.302Z||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. 2023-01-31T07:19:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:19:14.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:19:15.004Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:20:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:20:05.300Z||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. 2023-01-31T07:20:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:20:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:20:05.302Z||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. 2023-01-31T07:20:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:20:14.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:20:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:21:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:21:05.300Z||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. 2023-01-31T07:21:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:21:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:21:05.347Z||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. 2023-01-31T07:21:05.348Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:21:14.971Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:21:14.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:22:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:22:05.299Z||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. 2023-01-31T07:22:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:22:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:22:05.302Z||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. 2023-01-31T07:22:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:22:14.937Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:22:14.966Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:23:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:23:05.300Z||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. 2023-01-31T07:23:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:23:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:23:05.302Z||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. 2023-01-31T07:23:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:23:14.934Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:23:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:24:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:24:05.300Z||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. 2023-01-31T07:24:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:24:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:24:05.303Z||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. 2023-01-31T07:24:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:24:14.951Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:24:14.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:25:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:25:05.300Z||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. 2023-01-31T07:25:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:25:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:25:05.302Z||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. 2023-01-31T07:25:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:25:15.069Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:25:15.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:26:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:26:05.301Z||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. 2023-01-31T07:26:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:26:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:26:05.303Z||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. 2023-01-31T07:26:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:26:14.978Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:26:15.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:27:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:27:05.301Z||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. 2023-01-31T07:27:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:27:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:27:05.302Z||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. 2023-01-31T07:27:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:27:14.981Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:27:15.063Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:28:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:28:05.300Z||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. 2023-01-31T07:28:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:28:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:28:05.303Z||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. 2023-01-31T07:28:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:28:15.044Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:28:15.068Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:29:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:29:05.300Z||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. 2023-01-31T07:29:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:29:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:29:05.303Z||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. 2023-01-31T07:29:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:29:14.917Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:29:14.919Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:30:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:30:05.300Z||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. 2023-01-31T07:30:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:30:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:30:05.302Z||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. 2023-01-31T07:30:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:30:14.983Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:30:14.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:31:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:31:05.300Z||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. 2023-01-31T07:31:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:31:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:31:05.302Z||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. 2023-01-31T07:31:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:31:14.883Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:31:14.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:32:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:32:05.300Z||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. 2023-01-31T07:32:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:32:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:32:05.302Z||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. 2023-01-31T07:32:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:32:14.903Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:32:14.903Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:33:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:33:05.300Z||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. 2023-01-31T07:33:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:33:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:33:05.303Z||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. 2023-01-31T07:33:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:33:14.894Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:33:14.908Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:34:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:34:05.300Z||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. 2023-01-31T07:34:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:34:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:34:05.302Z||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. 2023-01-31T07:34:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:34:14.887Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:34:14.898Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:35:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:35:05.300Z||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. 2023-01-31T07:35:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:35:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:35:05.302Z||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. 2023-01-31T07:35:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:35:14.877Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:35:14.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:36:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:36:05.300Z||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. 2023-01-31T07:36:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:36:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:36:05.302Z||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. 2023-01-31T07:36:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:36:14.929Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:36:14.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:37:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:37:05.300Z||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. 2023-01-31T07:37:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:37:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:37:05.303Z||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. 2023-01-31T07:37:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:37:14.863Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:37:14.863Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:38:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:38:05.299Z||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. 2023-01-31T07:38:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:38:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:38:05.302Z||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. 2023-01-31T07:38:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:38:14.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:38:14.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:39:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:39:05.299Z||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. 2023-01-31T07:39:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:39:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:39:05.302Z||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. 2023-01-31T07:39:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:39:14.865Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:39:14.868Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:40:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:40:05.299Z||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. 2023-01-31T07:40:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:40:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:40:05.302Z||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. 2023-01-31T07:40:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:40:14.903Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:40:14.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:41:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:41:05.299Z||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. 2023-01-31T07:41:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:41:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:41:05.302Z||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. 2023-01-31T07:41:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:41:14.872Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:41:14.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:42:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:42:05.300Z||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. 2023-01-31T07:42:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:42:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:42:05.302Z||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. 2023-01-31T07:42:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:42:14.915Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:42:14.943Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:43:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:43:05.300Z||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. 2023-01-31T07:43:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:43:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:43:05.303Z||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. 2023-01-31T07:43:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:43:14.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:43:14.902Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:44:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:44:05.302Z||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. 2023-01-31T07:44:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:44:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:44:05.302Z||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. 2023-01-31T07:44:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:44:14.885Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:44:14.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:45:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:45:05.300Z||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. 2023-01-31T07:45:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:45:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:45:05.303Z||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. 2023-01-31T07:45:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:45:14.884Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:45:14.900Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:46:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:46:05.300Z||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. 2023-01-31T07:46:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:46:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:46:05.302Z||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. 2023-01-31T07:46:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:46:14.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:46:14.885Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:47:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:47:05.300Z||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. 2023-01-31T07:47:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:47:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:47:05.302Z||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. 2023-01-31T07:47:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:47:14.878Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:47:14.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:48:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:48:05.299Z||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. 2023-01-31T07:48:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:48:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:48:05.302Z||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. 2023-01-31T07:48:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:48:14.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:48:14.915Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:49:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:49:05.300Z||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. 2023-01-31T07:49:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:49:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:49:05.302Z||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. 2023-01-31T07:49:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:49:14.865Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:49:14.871Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:50:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:50:05.300Z||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. 2023-01-31T07:50:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:50:05.302Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:50:05.302Z||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. 2023-01-31T07:50:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:50:14.878Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:50:14.878Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:51:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:51:05.299Z||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. 2023-01-31T07:51:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:51:05.304Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:51:05.304Z||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. 2023-01-31T07:51:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:51:14.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:51:14.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:52:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:52:05.300Z||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. 2023-01-31T07:52:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:52:05.302Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:52:05.302Z||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. 2023-01-31T07:52:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:52:14.906Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:52:14.906Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:53:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:53:05.300Z||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. 2023-01-31T07:53:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:53:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:53:05.302Z||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. 2023-01-31T07:53:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:53:14.869Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:53:14.869Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:54:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:54:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:54:05.302Z||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. 2023-01-31T07:54:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:54:05.304Z||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. 2023-01-31T07:54:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:54:15.013Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:54:15.022Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:55:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:55:05.300Z||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. 2023-01-31T07:55:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:55:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:55:05.302Z||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. 2023-01-31T07:55:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:55:14.863Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:55:14.889Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:56:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:56:05.300Z||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. 2023-01-31T07:56:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:56:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:56:05.302Z||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. 2023-01-31T07:56:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:56:14.888Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:56:14.897Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:57:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:57:05.299Z||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. 2023-01-31T07:57:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:57:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:57:05.303Z||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. 2023-01-31T07:57:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:57:14.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:57:14.877Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:05.299Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:58:05.299Z||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. 2023-01-31T07:58:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:58:05.303Z||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. 2023-01-31T07:58:05.304Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:05.935Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:05.937Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-31T07:58:05.937Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f9f35924-f358-4c67-8056-163c9d5b2360","serviceName":"vFW 2023-01-31 07-56-15","serviceVersion":"1.0","serviceUUID":"69507e51-5ec7-4d6b-a11d-c355df222bd4","serviceDescription":"catalog service description","serviceInvariantUUID":"7b4ff71b-c762-4583-aa67-48723ab6031d","resources":[{"resourceInstanceName":"vFW 9fe3c289-8987 0","resourceName":"vFW 9fe3c289-8987","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d39ff3b3-ccf3-4be5-b868-9081cef86796","resourceInvariantUUID":"66b6779e-6860-4bce-9a5e-42688f0b2703","resourceCustomizationUUID":"1d40f117-b51c-431a-9a53-a5f59a4a48cc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml","artifactChecksum":"OGNjNmQxMjUzOTIzMWQwMmYyOWFlODViNzNlOTQ5NjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15c5502f-95db-4932-a563-69dfa3365a6a","artifactVersion":"1"},{"artifactName":"vfw9fe3c28989870_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json","artifactChecksum":"ZTlmZTMyYTA3NDExYzliMGJhNjQ3MGIzMzA1NWMwYTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0fb288fa-1346-4982-badd-bc34456c9110","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fc9023ea-6c22-4397-8e82-2654cacf38a5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml","artifactChecksum":"NWY3MjFlNTkxNWU3ZjBjNTYyZDU2ZTQxOWRhNTRmOTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"87890079-7dbe-4ab8-b410-d71507e80232","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"51cb426a-be8b-4f65-8e48-6c93a847ae96","artifactVersion":"2","generatedFromUUID":"fc9023ea-6c22-4397-8e82-2654cacf38a5"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230131075615-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml","artifactChecksum":"ZWRjZDU5MDVjODlhOWIxZTg2Y2ExYmJmZjhjZDljMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"672d7ae0-e377-4959-a518-583490d6089b","artifactVersion":"1"},{"artifactName":"service-Vfw20230131075615-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar","artifactChecksum":"YjhiNGEzNDllNGNiNDhhNWVkYjJkZjAzZTM5ZDM4ZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25fc2c2a-1f7d-4090-84b1-c444d0c1112f","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T07:58:05.945Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:05.948Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:05.948Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151858122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:05.958Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T07:58:05.965Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:05.979Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:05.979Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:05.993Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:05.994Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:05.994Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151864884, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:05.995Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:05.995Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:05.995Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151856578, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:05.996Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:05.996Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:05.996Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151859828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:05.997Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:05.997Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:05.998Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151858122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "NOTIFIED" } 2023-01-31T07:58:05.999Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:05.999Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:05.999Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151856578, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.000Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.000Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151864884, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.000Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.001Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151859828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.001Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.001Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.002Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151858122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-31T07:58:06.002Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.003Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.003Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151864884, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.004Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.004Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.004Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151856578, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.013Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.013Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.013Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151859828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.014Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.014Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.014Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151858122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.015Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151864884, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.016Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.016Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151856578, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.017Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.017Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.017Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151859828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.019Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.019Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151858122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-31T07:58:06.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.020Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.020Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151864884, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.020Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151856578, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.021Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.021Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151859828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.022Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.022Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.022Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "ves-openapi-manager", "timestamp": 1675151871348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.023Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151858122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.023Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.023Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151864884, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.024Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151856578, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151859828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "ves-openapi-manager", "timestamp": 1675151871348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151858122, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "NOTIFIED" } 2023-01-31T07:58:06.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151864884, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "NOTIFIED" } 2023-01-31T07:58:06.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151856578, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "NOTIFIED" } 2023-01-31T07:58:06.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151859828, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "NOTIFIED" } 2023-01-31T07:58:06.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "ves-openapi-manager", "timestamp": 1675151871348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.031Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151873655, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:06.033Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:58:06.033Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151873667, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:06.034Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:58:06.034Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.034Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151873702, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:06.035Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:58:06.035Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.035Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151874693, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:06.036Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:58:06.036Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.036Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "ves-openapi-manager", "timestamp": 1675151871348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.038Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151874764, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:06.038Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "cds", "timestamp": 1675151874739, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2023-01-31T07:58:06.079Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2023-01-31T07:58:06.082Z||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. 2023-01-31T07:58:06.083Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:06.102Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T07:58:06.103Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-31T07:58:06.229Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360 2023-01-31T07:58:06.262Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?) 2023-01-31T07:58:06.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "ves-openapi-manager", "timestamp": 1675151871348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151875869, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:06.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:58:06.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "ves-openapi-manager", "timestamp": 1675151871348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151876985, "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=? 2023-01-31T07:58:06.302Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360 2023-01-31T07:58:06.302Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?) 2023-01-31T07:58:06.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "ves-openapi-manager", "timestamp": 1675151871348, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:06.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T07:58:06.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:58:06.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "multicloud-k8s-id", "timestamp": 1675151877990, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "DEPLOY_OK" } 2023-01-31T07:58:06.309Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:58:06.989Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T07:58:06.989Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:06.992Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:06.992Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "NOTIFIED" } 2023-01-31T07:58:07.093Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:07.094Z||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. 2023-01-31T07:58:07.094Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:07.107Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:07.108Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-31T07:58:07.993Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T07:58:07.994Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:07.997Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:07.997Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-31T07:58:08.097Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:08.098Z||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. 2023-01-31T07:58:08.098Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:08.111Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:08.111Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:08.997Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T07:58:08.998Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:09.001Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:09.001Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:09.101Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:09.102Z||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. 2023-01-31T07:58:09.102Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:09.115Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:09.116Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:10.001Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T07:58:10.002Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:10.004Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:10.004Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-31T07:58:10.106Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-31T07:58:10.107Z||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. 2023-01-31T07:58:10.107Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:10.120Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:10.121Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:11.005Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T07:58:11.006Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:11.009Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:11.009Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T07:58:11.110Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T07:58:11.110Z||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. 2023-01-31T07:58:11.111Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:11.137Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:11.137Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:12.010Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T07:58:12.011Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:12.034Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:12.034Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "NOTIFIED" } 2023-01-31T07:58:12.114Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2023-01-31T07:58:12.115Z||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. 2023-01-31T07:58:12.115Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:12.165Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:12.166Z||pool-9-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":4,"count":1} 2023-01-31T07:58:13.036Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "serviceName": "vFW 2023-01-31 07-56-15", "serviceVersion": "1.0", "serviceUUID": "69507e51-5ec7-4d6b-a11d-c355df222bd4", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7b4ff71b-c762-4583-aa67-48723ab6031d", "resources": [ { "resourceInstanceName": "vFW 9fe3c289-8987 0", "resourceCustomizationUUID": "1d40f117-b51c-431a-9a53-a5f59a4a48cc", "resourceName": "vFW 9fe3c289-8987", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d39ff3b3-ccf3-4be5-b868-9081cef86796", "resourceInvariantUUID": "66b6779e-6860-4bce-9a5e-42688f0b2703", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9fe3c28989870_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "artifactChecksum": "ZTlmZTMyYTA3NDExYzliMGJhNjQ3MGIzMzA1NWMwYTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0fb288fa-1346-4982-badd-bc34456c9110", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fc9023ea-6c22-4397-8e82-2654cacf38a5", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51cb426a-be8b-4f65-8e48-6c93a847ae96", "generatedFromUUID": "fc9023ea-6c22-4397-8e82-2654cacf38a5" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "51cb426a-be8b-4f65-8e48-6c93a847ae96", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20230131075615-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "artifactChecksum": "YjhiNGEzNDllNGNiNDhhNWVkYjJkZjAzZTM5ZDM4ZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25fc2c2a-1f7d-4090-84b1-c444d0c1112f" } ], "workloadContext": "Production" } 2023-01-31T07:58:13.038Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T07:58:13.039Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 69507e51-5ec7-4d6b-a11d-c355df222bd4 ASDC 2023-01-31T07:58:13.148Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:f9f35924-f358-4c67-8056-163c9d5b2360 ServiceName:vFW 2023-01-31 07-56-15 ServiceVersion:1.0 ServiceUUID:69507e51-5ec7-4d6b-a11d-c355df222bd4 ServiceInvariantUUID:7b4ff71b-c762-4583-aa67-48723ab6031d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20230131075615-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar ArtifactUUID:25fc2c2a-1f7d-4090-84b1-c444d0c1112f ArtifactChecksum:YjhiNGEzNDllNGNiNDhhNWVkYjJkZjAzZTM5ZDM4ZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9fe3c289-8987 0 ResourceCustomizationUUID:1d40f117-b51c-431a-9a53-a5f59a4a48cc ResourceInvariantUUID:66b6779e-6860-4bce-9a5e-42688f0b2703 ResourceName:vFW 9fe3c289-8987 ResourceType:VF ResourceUUID:d39ff3b3-ccf3-4be5-b868-9081cef86796 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9fe3c28989870_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json ArtifactUUID:0fb288fa-1346-4982-badd-bc34456c9110 ArtifactChecksum:ZTlmZTMyYTA3NDExYzliMGJhNjQ3MGIzMzA1NWMwYTk= 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/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml ArtifactUUID:fc9023ea-6c22-4397-8e82-2654cacf38a5 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/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env ArtifactUUID:51cb426a-be8b-4f65-8e48-6c93a847ae96 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/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env ArtifactUUID:51cb426a-be8b-4f65-8e48-6c93a847ae96 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T07:58:13.149Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 69507e51-5ec7-4d6b-a11d-c355df222bd4 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=? 2023-01-31T07:58:13.194Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T07:58:13.195Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T07:58:13.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T07:58:13.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25fc2c2a-1f7d-4090-84b1-c444d0c1112f from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:13.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T07:58:13.198Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:13.422Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T07:58:13.440Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar 25fc2c2a-1f7d-4090-84b1-c444d0c1112f 100671 2023-01-31T07:58:13.441Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar ASDC sendASDCNotification 2023-01-31T07:58:13.441Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:13.442Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T07:58:13.443Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:13.445Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:13.445Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151893440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:13.545Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:13.546Z||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. 2023-01-31T07:58:13.546Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:13.566Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:13.567Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:14.446Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T07:58:14.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2023-01-31T07:58:14.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25fc2c2a-1f7d-4090-84b1-c444d0c1112f, URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar to file: /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:14.448Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230131075615-csar.csar 2023-01-31T07:58:14.539Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:14.539Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:15.272Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6024473253832254969/Definitions/service-Vfw20230131075615-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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided Log warning: The required parameter "compute_vpg_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vpg_user_data_format" is not provided Log warning: The required parameter "compute_vpg_key_name" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vpg_metadata" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "compute_vfw_name" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" 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 "compute_vfw_metadata" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network" 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_onap_private_port_0_security_groups" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided Log warning: The required parameter "compute_vsn_name" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided 2023-01-31T07:58:18.425Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred... 2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9fe3c289-8987 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.430Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:18.431Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||WARN|500||#################################################################################################### 2023-01-31T07:58:18.438Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.439Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:18.443Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:18.443Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T07:58:18.445Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2023-01-31T07:58:18.447Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T07:58:18.448Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.448Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria 2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T07:58:18.451Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.452Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.453Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.454Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T07:58:18.455Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:18.456Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.457Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria 2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.458Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71cb9e98-2d76-4743-85c6-dd72e35f01aa 2023-01-31T07:58:18.459Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria 2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.460Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T07:58:18.461Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a8d7c0d-4a0f-4bd6-8d0e-c378b3ac28cd 2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria 2023-01-31T07:58:18.462Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T07:58:18.463Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-31T07:58:18.464Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3a935d3-769b-4a7c-b30c-b4b0da2eb23e 2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:18.465Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:18.466Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2023-01-31 07-56-15 Description:catalog service description Model UUID:69507e51-5ec7-4d6b-a11d-c355df222bd4 Model Version:NULL Model InvariantUuid:7b4ff71b-c762-4583-aa67-48723ab6031d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9fe3c289-8987 Model UUID:64435a2d-ed4e-419e-93a3-95da185ad7c2 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:66b6779e-6860-4bce-9a5e-42688f0b2703 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1d40f117-b51c-431a-9a53-a5f59a4a48cc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:da1207e0-8bdb-4b59-863e-308b66bae535 ModelName:Vfw9fe3c2898987..base_vfw..module-0 ModelUuid:9395e24c-f8df-4160-9346-1c3e26758fdd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:71cb9e98-2d76-4743-85c6-dd72e35f01aa ModelInvariantUuid:32c1700b-d05f-4f2b-b679-76b5853bdc26 ModelName:vFW 9fe3c289-8987-nodes.vfwCvfc ModelUuid:17a261da-fc2a-4e76-baa6-8ed2a7873146 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:9b9ab563-f2cb-4463-81c5-3a1a36b03836 ModelInvariantUuid:52e33694-5337-4cdc-851e-f33346a67078 ModelName:Vfw9fe3c2898987.compute.nodes.heat.vfw ModelUuid:4ff23bbf-6b1e-4cce-b0a7-80c1f8d27b09 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:8a8d7c0d-4a0f-4bd6-8d0e-c378b3ac28cd ModelInvariantUuid:669189b7-ac63-40a9-a9f8-bcbce33fd28e ModelName:vFW 9fe3c289-8987-nodes.vsnCvfc ModelUuid:4bc19f3f-54b2-4024-b3ee-3f58894816e9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0b4c3e17-051d-4017-932b-ec62b2f9e82d ModelInvariantUuid:1a51889f-b9df-4634-b57d-68b304260abf ModelName:Vfw9fe3c2898987.compute.nodes.heat.vsn ModelUuid:ae2e94dc-a3d5-4045-9dd6-254996af9fef ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e3a935d3-769b-4a7c-b30c-b4b0da2eb23e ModelInvariantUuid:3bebee53-394d-4afc-8206-7b221afd4fcf ModelName:vFW 9fe3c289-8987-nodes.vpgCvfc ModelUuid:66d1b08b-6737-4ad0-b863-8588c1a650d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:576e010d-f0de-4506-84f7-e8addb754b2b ModelInvariantUuid:b4cf5cdc-c125-4774-a632-5ba24202b674 ModelName:Vfw9fe3c2898987.compute.nodes.heat.vpg ModelUuid:bed7204f-18a7-4409-9d3c-acb5cb3c6474 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=? 2023-01-31T07:58:18.480Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d39ff3b3-ccf3-4be5-b868-9081cef86796 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=? 2023-01-31T07:58:18.576Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||vFW 9fe3c289-8987 0 2023-01-31T07:58:18.583Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d39ff3b3-ccf3-4be5-b868-9081cef86796 2023-01-31T07:58:18.583Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0fb288fa-1346-4982-badd-bc34456c9110 from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json 2023-01-31T07:58:18.583Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T07:58:18.584Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json 2023-01-31T07:58:18.738Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T07:58:18.739Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json 0fb288fa-1346-4982-badd-bc34456c9110 785 2023-01-31T07:58:18.740Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json ASDC sendASDCNotification 2023-01-31T07:58:18.740Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json 2023-01-31T07:58:18.740Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T07:58:18.741Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:18.744Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:18.744Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151898740, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:18.844Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:18.845Z||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. 2023-01-31T07:58:18.846Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:18.864Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:18.865Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:19.746Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9fe3c2898987..base_vfw..module-0", "vfModuleModelInvariantUUID": "da1207e0-8bdb-4b59-863e-308b66bae535", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9395e24c-f8df-4160-9346-1c3e26758fdd", "vfModuleModelCustomizationUUID": "42e57581-f51d-4e5f-893f-1d983253a154", "isBase": true, "artifacts": [ "fc9023ea-6c22-4397-8e82-2654cacf38a5", "51cb426a-be8b-4f65-8e48-6c93a847ae96" ], "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": "" } } ] 2023-01-31T07:58:19.762Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9fe3c2898987..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9395e24c-f8df-4160-9346-1c3e26758fdd VfModuleModelInvariantUUID:da1207e0-8bdb-4b59-863e-308b66bae535 VfModuleModelDescription:NULL Artifacts UUID List:{ fc9023ea-6c22-4397-8e82-2654cacf38a5 , 51cb426a-be8b-4f65-8e48-6c93a847ae96 } 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 } 2023-01-31T07:58:19.765Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9fe3c2898987..base_vfw..module-0", "vfModuleModelInvariantUUID": "da1207e0-8bdb-4b59-863e-308b66bae535", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9395e24c-f8df-4160-9346-1c3e26758fdd", "vfModuleModelCustomizationUUID": "42e57581-f51d-4e5f-893f-1d983253a154", "isBase": true, "artifacts": [ "fc9023ea-6c22-4397-8e82-2654cacf38a5", "51cb426a-be8b-4f65-8e48-6c93a847ae96" ], "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": "" } } ] 2023-01-31T07:58:19.765Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9fe3c2898987..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9395e24c-f8df-4160-9346-1c3e26758fdd VfModuleModelInvariantUUID:da1207e0-8bdb-4b59-863e-308b66bae535 VfModuleModelDescription:NULL Artifacts UUID List:{ fc9023ea-6c22-4397-8e82-2654cacf38a5 , 51cb426a-be8b-4f65-8e48-6c93a847ae96 } 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 } 2023-01-31T07:58:19.766Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fc9023ea-6c22-4397-8e82-2654cacf38a5 from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml 2023-01-31T07:58:19.766Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T07:58:19.766Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml 2023-01-31T07:58:19.839Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T07:58:19.840Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml fc9023ea-6c22-4397-8e82-2654cacf38a5 20368 2023-01-31T07:58:19.840Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-31T07:58:19.840Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml 2023-01-31T07:58:19.841Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T07:58:19.841Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:19.843Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:19.843Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151899840, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:19.943Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T07:58:19.944Z||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. 2023-01-31T07:58:19.944Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:19.959Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:19.959Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2023-01-31T07:58:20.844Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 51cb426a-be8b-4f65-8e48-6c93a847ae96 from URL: /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env 2023-01-31T07:58:20.845Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - download 2023-01-31T07:58:20.845Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env 2023-01-31T07:58:20.945Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2023-01-31T07:58:20.946Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env 51cb426a-be8b-4f65-8e48-6c93a847ae96 2098 2023-01-31T07:58:20.946Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-31T07:58:20.946Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env 2023-01-31T07:58:20.947Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T07:58:20.947Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:20.949Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:20.949Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151900946, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-31T07:58:21.049Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:21.050Z||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. 2023-01-31T07:58:21.050Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:21.068Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:21.068Z||pool-13-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-31T07:58:21.950Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 69507e51-5ec7-4d6b-a11d-c355df222bd4 2023-01-31T07:58:21.950Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9fe3c289-8987 0 d39ff3b3-ccf3-4be5-b868-9081cef86796 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=? 2023-01-31T07:58:21.992Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@329873b0, org.onap.sdc.toscaparser.api.parameters.Input@6a3ba7b, org.onap.sdc.toscaparser.api.parameters.Input@28e89472, org.onap.sdc.toscaparser.api.parameters.Input@637225cf, org.onap.sdc.toscaparser.api.parameters.Input@1286cfe2] 2023-01-31T07:58:21.996Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 1d40f117-b51c-431a-9a53-a5f59a4a48cc 2023-01-31T07:58:21.997Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1d40f117-b51c-431a-9a53-a5f59a4a48cc matches Tosca VF Customization UUID: 1d40f117-b51c-431a-9a53-a5f59a4a48cc 2023-01-31T07:58:21.998Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 1d40f117-b51c-431a-9a53-a5f59a4a48cc 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=? 2023-01-31T07:58:22.005Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.005Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:22.006Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 1d40f117-b51c-431a-9a53-a5f59a4a48cc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T07:58:22.006Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10510877 2023-01-31T07:58:22.007Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.007Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T07:58:22.008Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42e57581-f51d-4e5f-893f-1d983253a154 2023-01-31T07:58:22.009Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42e57581-f51d-4e5f-893f-1d983253a154 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=? 2023-01-31T07:58:22.017Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.018Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:22.018Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:22.019Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.019Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:22.019Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria 2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T07:58:22.020Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.021Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.022Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=71cb9e98-2d76-4743-85c6-dd72e35f01aa 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=? 2023-01-31T07:58:22.033Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.034Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:22.034Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:22.035Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.035Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria 2023-01-31T07:58:22.035Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:22.036Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:22.037Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2023-01-31T07:58:22.038Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.038Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8a8d7c0d-4a0f-4bd6-8d0e-c378b3ac28cd 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=? 2023-01-31T07:58:22.040Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.040Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:22.040Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is not matching search criteria 2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2023-01-31T07:58:22.043Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.044Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2023-01-31T07:58:22.045Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e3a935d3-769b-4a7c-b30c-b4b0da2eb23e 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=? 2023-01-31T07:58:22.047Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Node template vFW 9fe3c289-8987 0 is matching search criteria 2023-01-31T07:58:22.048Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 9fe3c289-8987 0] matching following query criteria: sdcType=VF, customizationUUID=1d40f117-b51c-431a-9a53-a5f59a4a48cc 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=? 2023-01-31T07:58:22.050Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.050Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 69507e51-5ec7-4d6b-a11d-c355df222bd4: vFW 9fe3c289-8987 2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:22.051Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.052Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:22.053Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T07:58:22.053Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Service vFW 2023-01-31 07-56-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T07:58:22.053Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2023-01-31 07-56-15 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 (?, ?, ?, ?, ?) 2023-01-31T07:58:22.315Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9fe3c289-8987 d39ff3b3-ccf3-4be5-b868-9081cef86796 1 ASDC deployResourceStructure 2023-01-31T07:58:22.315Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json ASDC sendASDCNotification 2023-01-31T07:58:22.315Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json 2023-01-31T07:58:22.316Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T07:58:22.316Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:22.318Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:22.318Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151902315, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "DEPLOY_OK" } 2023-01-31T07:58:22.418Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:22.419Z||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. 2023-01-31T07:58:22.419Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:22.454Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:22.454Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-01-31T07:58:23.319Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml ASDC sendASDCNotification 2023-01-31T07:58:23.319Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml 2023-01-31T07:58:23.319Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T07:58:23.320Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:23.321Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:23.322Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151903319, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-31T07:58:23.422Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:23.423Z||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. 2023-01-31T07:58:23.423Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:23.446Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:23.447Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:24.323Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env ASDC sendASDCNotification 2023-01-31T07:58:24.324Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env 2023-01-31T07:58:24.324Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T07:58:24.324Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:24.326Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:24.326Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151904323, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-31T07:58:24.426Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:24.427Z||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. 2023-01-31T07:58:24.428Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:24.457Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:24.458Z||pool-16-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-31T07:58:25.328Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar ASDC sendASDCNotification 2023-01-31T07:58:25.328Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar 2023-01-31T07:58:25.328Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T07:58:25.329Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T07:58:25.330Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T07:58:25.331Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151905327, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T07:58:25.431Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T07:58:25.432Z||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. 2023-01-31T07:58:25.432Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:58:25.447Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:58:25.447Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-31T07:58:26.332Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T07:58:26.346Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T07:58:26.348Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T07:58:26.349Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T07:58:26.349Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T07:58:56.349Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T07:58:56.361Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T07:58:56.362Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T07:58:56.363Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T07:58:56.363Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T07:59:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T07:59:05.303Z||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. 2023-01-31T07:59:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T07:59:05.443Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T07:59:05.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T07:59:05.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151886045, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T07:59:05.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T07:59:26.363Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T07:59:26.374Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T07:59:26.376Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T07:59:26.376Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T07:59:26.376Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T07:59:56.377Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T07:59:56.387Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T07:59:56.389Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T07:59:56.389Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T07:59:56.389Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:00:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:00:05.303Z||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. 2023-01-31T08:00:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:00:05.841Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:00:05.842Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.842Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:00:05.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T08:00:05.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675151887054, "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=? 2023-01-31T08:00:05.851Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360 2023-01-31T08:00:05.852Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?) 2023-01-31T08:00:05.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "NOTIFIED" } 2023-01-31T08:00:05.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2023-01-31T08:00:05.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:00:05.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "NOTIFIED" } 2023-01-31T08:00:05.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:00:05.860Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151885299, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:00:05.861Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151893440, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:00:05.861Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.861Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151893417, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:00:05.862Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.862Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.862Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "aai-ml", "timestamp": 1675151894423, "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=? 2023-01-31T08:00:05.864Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f9f35924-f358-4c67-8056-163c9d5b2360 2023-01-31T08:00:05.865Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f9f35924-f358-4c67-8056-163c9d5b2360 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 (?, ?, ?, ?, ?) 2023-01-31T08:00:05.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.869Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151898740, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151899840, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151900946, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151902315, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/vfw9fe3c28989870_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151903319, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151904323, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/resourceInstances/vfw9fe3c28989870/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675151905327, "artifactURL": "/sdc/v1/catalog/services/Vfw20230131075615/1.0/artifacts/service-Vfw20230131075615-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:00:05.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:00:26.390Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:00:26.397Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:00:26.399Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:00:26.399Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T08:00:26.399Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:00:26.400Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:00:26.401Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2023-01-31T08:00:26.404Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T08:00:56.405Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f9f35924-f358-4c67-8056-163c9d5b2360 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=? 2023-01-31T08:00:56.416Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f9f35924-f358-4c67-8056-163c9d5b2360 and serviceModelVersionId: 69507e51-5ec7-4d6b-a11d-c355df222bd4 2023-01-31T08:00:56.416Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7b4ff71b-c762-4583-aa67-48723ab6031d 2023-01-31T08:01:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:01:05.303Z||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. 2023-01-31T08:01:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:01:11.096Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0 2023-01-31T08:01:11.210Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T08:01:11.726Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|INFO|500||Invoke 2023-01-31T08:01:11.734Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f9f35924-f358-4c67-8056-163c9d5b2360], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6f0c10da-40b0-473c-a8ad-16f2e7bf6883], X-ECOMP-RequestID=[f9f35924-f358-4c67-8056-163c9d5b2360], X-TransactionId=[], X-ONAP-RequestID=[f9f35924-f358-4c67-8056-163c9d5b2360], Content-Type=[application/merge-patch+json]} 2023-01-31T08:01:11.860Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T08:01:12.179Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?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/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:01:11 GMT], content-length=[0], vertex-id=[176152], x-aai-txid=[1-aai-resources-230131-08:01:11:251-26939], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T08:01:12.181Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-31T08:01:12.182Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7b4ff71b-c762-4583-aa67-48723ab6031d/model-vers/model-ver/69507e51-5ec7-4d6b-a11d-c355df222bd4?depth=0|INFO|500||InvokeReturn 2023-01-31T08:01:12.190Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T08:01:12.190Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T08:01:12.195Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2023-01-31T08:01:12.196Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f9f35924-f358-4c67-8056-163c9d5b2360 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T08:01:12.197Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T08:01:12.197Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:01:12.200Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:01:12.200Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152072196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:01:12.300Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:01:12.301Z||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. 2023-01-31T08:01:12.301Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:01:12.361Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:01:12.371Z||pool-18-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:01:13.028Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:01:13.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2023-01-31T08:01:13.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f9f35924-f358-4c67-8056-163c9d5b2360", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152072196, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:01:13.030Z||pool-2-thread-1|||||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=? 2023-01-31T08:01:13.211Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:01:13.211Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:01:13.212Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:01:23.808Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:01:23.809Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:01:23.809Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:01:23.809Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:01:33.370Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:01:33.370Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:01:33.371Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:01:33.371Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:01:42.985Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:02:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:02:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:02:05.303Z||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. 2023-01-31T08:02:05.303Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:02:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:02:05.303Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:02:14.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:02:14.890Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:03:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:03:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:03:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:03:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:03:05.302Z||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. 2023-01-31T08:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:03:14.876Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:03:14.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:04:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:04:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:04:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:04:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:04:05.302Z||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. 2023-01-31T08:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:04:14.906Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:04:14.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:05:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:05:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:05:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:05:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:05:05.302Z||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. 2023-01-31T08:05:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:05:14.859Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:05:14.879Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:06:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:06:05.300Z||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. 2023-01-31T08:06:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:06:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:06:05.303Z||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. 2023-01-31T08:06:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:06:14.892Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:06:14.912Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:07:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:07:05.300Z||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. 2023-01-31T08:07:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:07:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:07:05.302Z||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. 2023-01-31T08:07:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:07:14.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:07:14.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:08:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:08:05.300Z||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. 2023-01-31T08:08:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:08:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:08:05.302Z||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. 2023-01-31T08:08:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:08:14.876Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:08:14.947Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:09:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:09:05.300Z||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. 2023-01-31T08:09:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:09:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:09:05.302Z||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. 2023-01-31T08:09:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:09:14.880Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:09:14.895Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:05.299Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:10:05.300Z||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. 2023-01-31T08:10:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:10:05.302Z||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. 2023-01-31T08:10:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:05.905Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:05.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152598122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152591578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.909Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "ves-openapi-manager", "timestamp": 1675152591348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152591578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152598122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "ves-openapi-manager", "timestamp": 1675152591348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152598122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.911Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152591578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "ves-openapi-manager", "timestamp": 1675152591348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152591578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152598122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "ves-openapi-manager", "timestamp": 1675152591348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152591578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152598122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "ves-openapi-manager", "timestamp": 1675152591348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152591578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.915Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152598122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.916Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "ves-openapi-manager", "timestamp": 1675152591348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:05.916Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:10:05.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:05.941Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T08:10:05.941Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f593a95c-12c4-40f5-8cbe-3033e479a8f8","serviceName":"basic_onboard_kyiobI","serviceVersion":"1.0","serviceUUID":"842d3743-3da6-4a93-9610-8e2d0098ace1","serviceDescription":"service","serviceInvariantUUID":"46835eb8-a4b4-4ab5-ba79-45a42901677c","resources":[{"resourceInstanceName":"basic_onboard_kyiobI 0","resourceName":"basic_onboard_kyiobI","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"80e543f2-6fe4-4a86-a73d-517431e0cd86","resourceInvariantUUID":"4747061e-4655-4b71-9a83-7a9c7c58926e","resourceCustomizationUUID":"bdac2377-d447-41a6-972d-b7fb982ef8ca","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml","artifactChecksum":"ZGZlMTRlZTc3ZWY0M2ExY2RmZGUzMjcyYTVjZjQ4Yjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"433e5916-a881-4ebb-a5dc-296c4ef6c359","artifactVersion":"1"},{"artifactName":"basic_onboard_kyiobi0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json","artifactChecksum":"ZGIxNDJmY2FkYzBiN2ViNWIwZWE3ZmE0M2Y5YTI2OTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2e392f48-f6d1-49ab-ba4c-2be4d47d9b79","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c928871c-4459-4c64-94bf-965ecc88f0e8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9d191175-f6aa-48b6-9b5e-149a664f8419","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"69be1b4b-f714-4b62-9c0f-557b887fae66","artifactVersion":"2","generatedFromUUID":"c928871c-4459-4c64-94bf-965ecc88f0e8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKyiobi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml","artifactChecksum":"ZTY2NjdhZjdiMjE3ZjUxOGZkNGNkZWUwNDI2ZTU0MDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eb7e2f2c-70d8-4586-ac9e-8b54f0ceb99e","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKyiobi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar","artifactChecksum":"YmNjMTZhYzNjM2M0YzA1YjkzMDRhYTM3YTJjYzhlMTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0895855f-45b6-4fa9-af96-8e8df52cd093","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T08:10:05.945Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:10:05.945Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:05.950Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:05.950Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:06.050Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:06.051Z||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. 2023-01-31T08:10:06.052Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:06.073Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:06.073Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:06.951Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:10:06.952Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:06.956Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:06.956Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:10:07.056Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:07.057Z||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. 2023-01-31T08:10:07.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:07.074Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:07.075Z||pool-20-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:07.957Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:10:07.958Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:07.960Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:07.960Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-31T08:10:08.060Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:08.061Z||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. 2023-01-31T08:10:08.061Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:08.085Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:08.086Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:10:08.961Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:10:08.962Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:08.964Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:08.965Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:09.065Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:09.066Z||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. 2023-01-31T08:10:09.066Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:09.079Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:09.079Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:09.966Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:10:09.967Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:09.969Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:09.969Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-31T08:10:10.069Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:10.070Z||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. 2023-01-31T08:10:10.070Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:10.083Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:10.083Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:10.969Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:10:10.970Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:10.973Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:10.973Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:10:11.073Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:11.074Z||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. 2023-01-31T08:10:11.074Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:11.113Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:11.113Z||pool-24-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:11.973Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:10:11.975Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:11.978Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:11.978Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:10:12.078Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:12.079Z||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. 2023-01-31T08:10:12.080Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:12.107Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:12.107Z||pool-25-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:12.980Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "serviceName": "basic_onboard_kyiobI", "serviceVersion": "1.0", "serviceUUID": "842d3743-3da6-4a93-9610-8e2d0098ace1", "serviceDescription": "service", "serviceInvariantUUID": "46835eb8-a4b4-4ab5-ba79-45a42901677c", "resources": [ { "resourceInstanceName": "basic_onboard_kyiobI 0", "resourceCustomizationUUID": "bdac2377-d447-41a6-972d-b7fb982ef8ca", "resourceName": "basic_onboard_kyiobI", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "80e543f2-6fe4-4a86-a73d-517431e0cd86", "resourceInvariantUUID": "4747061e-4655-4b71-9a83-7a9c7c58926e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_kyiobi0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "artifactChecksum": "ZGIxNDJmY2FkYzBiN2ViNWIwZWE3ZmE0M2Y5YTI2OTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2e392f48-f6d1-49ab-ba4c-2be4d47d9b79", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c928871c-4459-4c64-94bf-965ecc88f0e8", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "69be1b4b-f714-4b62-9c0f-557b887fae66", "generatedFromUUID": "c928871c-4459-4c64-94bf-965ecc88f0e8" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "69be1b4b-f714-4b62-9c0f-557b887fae66", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardKyiobi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "artifactChecksum": "YmNjMTZhYzNjM2M0YzA1YjkzMDRhYTM3YTJjYzhlMTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0895855f-45b6-4fa9-af96-8e8df52cd093" } ], "workloadContext": "Production" } 2023-01-31T08:10:12.981Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T08:10:12.981Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 842d3743-3da6-4a93-9610-8e2d0098ace1 ASDC 2023-01-31T08:10:12.982Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f593a95c-12c4-40f5-8cbe-3033e479a8f8 ServiceName:basic_onboard_kyiobI ServiceVersion:1.0 ServiceUUID:842d3743-3da6-4a93-9610-8e2d0098ace1 ServiceInvariantUUID:46835eb8-a4b4-4ab5-ba79-45a42901677c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardKyiobi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar ArtifactUUID:0895855f-45b6-4fa9-af96-8e8df52cd093 ArtifactChecksum:YmNjMTZhYzNjM2M0YzA1YjkzMDRhYTM3YTJjYzhlMTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_kyiobI 0 ResourceCustomizationUUID:bdac2377-d447-41a6-972d-b7fb982ef8ca ResourceInvariantUUID:4747061e-4655-4b71-9a83-7a9c7c58926e ResourceName:basic_onboard_kyiobI ResourceType:VF ResourceUUID:80e543f2-6fe4-4a86-a73d-517431e0cd86 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_kyiobi0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json ArtifactUUID:2e392f48-f6d1-49ab-ba4c-2be4d47d9b79 ArtifactChecksum:ZGIxNDJmY2FkYzBiN2ViNWIwZWE3ZmE0M2Y5YTI2OTE= 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/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml ArtifactUUID:c928871c-4459-4c64-94bf-965ecc88f0e8 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/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env ArtifactUUID:69be1b4b-f714-4b62-9c0f-557b887fae66 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/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env ArtifactUUID:69be1b4b-f714-4b62-9c0f-557b887fae66 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T08:10:12.984Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 842d3743-3da6-4a93-9610-8e2d0098ace1 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 (?, ?, ?, ?, ?) 2023-01-31T08:10:13.040Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0895855f-45b6-4fa9-af96-8e8df52cd093 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:13.041Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:10:13.042Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:13.141Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar 0895855f-45b6-4fa9-af96-8e8df52cd093 75305 2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar ASDC sendASDCNotification 2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:10:13.145Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:13.148Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:13.148Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152613145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:10:13.248Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:13.249Z||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. 2023-01-31T08:10:13.249Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:13.269Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:13.270Z||pool-26-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:10:14.148Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:10:14.149Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:10:14.150Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0895855f-45b6-4fa9-af96-8e8df52cd093, URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar to file: /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:14.150Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:14.150Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:14.151Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:14.373Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10685090050862323038/Definitions/service-BasicOnboardKyiobi-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.834Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.835Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_kyiobI 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.836Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:10:15.837Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.838Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is not matching search criteria 2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2023-01-31T08:10:15.839Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T08:10:15.840Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:15.841Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.842Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is not matching search criteria 2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e751406b-9572-43ff-b5e0-97a68aeef00a 2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:15.843Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:15.844Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:15.845Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_kyiobI Description:service Model UUID:842d3743-3da6-4a93-9610-8e2d0098ace1 Model Version:NULL Model InvariantUuid:46835eb8-a4b4-4ab5-ba79-45a42901677c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_kyiobI Model UUID:2a0698d9-20e9-4053-a4d0-3e827e85b8a0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:4747061e-4655-4b71-9a83-7a9c7c58926e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bdac2377-d447-41a6-972d-b7fb982ef8ca NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e38b2f76-74e3-42e4-b23f-81cd7e0842a2 ModelName:BasicOnboardKyiobi..base_ubuntu18..module-0 ModelUuid:1ce2f8f6-6227-4c01-92c1-6dd993710485 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e751406b-9572-43ff-b5e0-97a68aeef00a ModelInvariantUuid:80809c36-0804-4e52-807c-2d16e55e6ac1 ModelName:basic_onboard_kyiobI-nodes.ubuntu18Cvfc ModelUuid:f6d8d41d-b768-4633-8f87-db6cdb7c4fd6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e894ffbd-ca3c-4b5e-9b75-b41d2d948691 ModelInvariantUuid:355c03aa-41a8-4e55-ad3d-5ce11463b276 ModelName:BasicOnboardKyiobi.compute.nodes.heat.ubuntu18 ModelUuid:9c796834-f2b5-43f0-8f3f-3288873cc377 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=? 2023-01-31T08:10:15.857Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 80e543f2-6fe4-4a86-a73d-517431e0cd86 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=? 2023-01-31T08:10:15.863Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||basic_onboard_kyiobI 0 2023-01-31T08:10:15.863Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 80e543f2-6fe4-4a86-a73d-517431e0cd86 2023-01-31T08:10:15.864Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2e392f48-f6d1-49ab-ba4c-2be4d47d9b79 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json 2023-01-31T08:10:15.864Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:10:15.864Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json 2023-01-31T08:10:15.950Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:10:15.950Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json 2e392f48-f6d1-49ab-ba4c-2be4d47d9b79 798 2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json ASDC sendASDCNotification 2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json 2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:10:15.951Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:15.954Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:15.954Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152615951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:10:16.054Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:16.055Z||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. 2023-01-31T08:10:16.055Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:16.091Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:16.092Z||pool-27-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:16.955Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKyiobi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e38b2f76-74e3-42e4-b23f-81cd7e0842a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1ce2f8f6-6227-4c01-92c1-6dd993710485", "vfModuleModelCustomizationUUID": "3d2edc35-4f51-41d1-8d4a-b9d9baa23c90", "isBase": true, "artifacts": [ "c928871c-4459-4c64-94bf-965ecc88f0e8", "69be1b4b-f714-4b62-9c0f-557b887fae66" ], "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": "" } } ] 2023-01-31T08:10:16.963Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKyiobi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1ce2f8f6-6227-4c01-92c1-6dd993710485 VfModuleModelInvariantUUID:e38b2f76-74e3-42e4-b23f-81cd7e0842a2 VfModuleModelDescription:NULL Artifacts UUID List:{ c928871c-4459-4c64-94bf-965ecc88f0e8 , 69be1b4b-f714-4b62-9c0f-557b887fae66 } 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 } 2023-01-31T08:10:16.965Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardKyiobi..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "e38b2f76-74e3-42e4-b23f-81cd7e0842a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1ce2f8f6-6227-4c01-92c1-6dd993710485", "vfModuleModelCustomizationUUID": "3d2edc35-4f51-41d1-8d4a-b9d9baa23c90", "isBase": true, "artifacts": [ "c928871c-4459-4c64-94bf-965ecc88f0e8", "69be1b4b-f714-4b62-9c0f-557b887fae66" ], "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": "" } } ] 2023-01-31T08:10:16.965Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardKyiobi..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1ce2f8f6-6227-4c01-92c1-6dd993710485 VfModuleModelInvariantUUID:e38b2f76-74e3-42e4-b23f-81cd7e0842a2 VfModuleModelDescription:NULL Artifacts UUID List:{ c928871c-4459-4c64-94bf-965ecc88f0e8 , 69be1b4b-f714-4b62-9c0f-557b887fae66 } 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 } 2023-01-31T08:10:16.966Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c928871c-4459-4c64-94bf-965ecc88f0e8 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml 2023-01-31T08:10:16.966Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:10:16.966Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml 2023-01-31T08:10:17.052Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:10:17.052Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml c928871c-4459-4c64-94bf-965ecc88f0e8 5033 2023-01-31T08:10:17.052Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-31T08:10:17.053Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml 2023-01-31T08:10:17.053Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:10:17.053Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:17.058Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:17.058Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152617052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:10:17.161Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-31T08:10:17.161Z||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. 2023-01-31T08:10:17.162Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:17.192Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:17.192Z||pool-28-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:10:18.060Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 69be1b4b-f714-4b62-9c0f-557b887fae66 from URL: /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env 2023-01-31T08:10:18.061Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:10:18.061Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env 2023-01-31T08:10:18.123Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:10:18.123Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env 69be1b4b-f714-4b62-9c0f-557b887fae66 909 2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env 2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:10:18.124Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:18.126Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:18.126Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152618124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:10:18.226Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:10:18.228Z||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. 2023-01-31T08:10:18.228Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:18.259Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:18.260Z||pool-29-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:19.127Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 842d3743-3da6-4a93-9610-8e2d0098ace1 2023-01-31T08:10:19.128Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_kyiobI 0 80e543f2-6fe4-4a86-a73d-517431e0cd86 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=? 2023-01-31T08:10:19.157Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c9d9185, org.onap.sdc.toscaparser.api.parameters.Input@49dc3254, org.onap.sdc.toscaparser.api.parameters.Input@2ac3b78d, org.onap.sdc.toscaparser.api.parameters.Input@14d01890, org.onap.sdc.toscaparser.api.parameters.Input@24f1b236] 2023-01-31T08:10:19.159Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.159Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.159Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-01-31T08:10:19.160Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= bdac2377-d447-41a6-972d-b7fb982ef8ca 2023-01-31T08:10:19.160Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdac2377-d447-41a6-972d-b7fb982ef8ca matches Tosca VF Customization UUID: bdac2377-d447-41a6-972d-b7fb982ef8ca 2023-01-31T08:10:19.160Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: bdac2377-d447-41a6-972d-b7fb982ef8ca 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=? 2023-01-31T08:10:19.163Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.164Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id bdac2377-d447-41a6-972d-b7fb982ef8ca: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2fdf50cd 2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.165Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T08:10:19.166Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3d2edc35-4f51-41d1-8d4a-b9d9baa23c90 2023-01-31T08:10:19.166Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3d2edc35-4f51-41d1-8d4a-b9d9baa23c90 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=? 2023-01-31T08:10:19.169Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.169Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:19.169Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:10:19.170Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.170Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:19.170Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:10:19.171Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.171Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is not matching search criteria 2023-01-31T08:10:19.172Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2023-01-31T08:10:19.172Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2023-01-31T08:10:19.172Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e751406b-9572-43ff-b5e0-97a68aeef00a 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=? 2023-01-31T08:10:19.175Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.175Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:19.175Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:10:19.176Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.176Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_kyiobI 0 is matching search criteria 2023-01-31T08:10:19.176Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_kyiobI 0] matching following query criteria: sdcType=VF, customizationUUID=bdac2377-d447-41a6-972d-b7fb982ef8ca 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=? 2023-01-31T08:10:19.179Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.179Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.179Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 842d3743-3da6-4a93-9610-8e2d0098ace1: basic_onboard_kyiobI 2023-01-31T08:10:19.180Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.180Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.180Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.181Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.181Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.181Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.182Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.182Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.183Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:10:19.183Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_kyiobI is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:10:19.183Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_kyiobI 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 (?, ?, ?, ?, ?) 2023-01-31T08:10:19.271Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_kyiobI 80e543f2-6fe4-4a86-a73d-517431e0cd86 1 ASDC deployResourceStructure 2023-01-31T08:10:19.272Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json ASDC sendASDCNotification 2023-01-31T08:10:19.272Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json 2023-01-31T08:10:19.272Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:10:19.273Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:19.275Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:19.276Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152619272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:10:19.376Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:10:19.377Z||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. 2023-01-31T08:10:19.377Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:19.397Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:19.397Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1} 2023-01-31T08:10:20.277Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2023-01-31T08:10:20.277Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml 2023-01-31T08:10:20.278Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:10:20.278Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:20.280Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:20.280Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152620277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:10:20.381Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:10:20.381Z||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. 2023-01-31T08:10:20.382Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:20.405Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:20.405Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:21.282Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2023-01-31T08:10:21.283Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env 2023-01-31T08:10:21.283Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:10:21.284Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:21.287Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:21.287Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152621282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-31T08:10:21.387Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:10:21.389Z||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. 2023-01-31T08:10:21.389Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:21.436Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:21.436Z||pool-32-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":27,"count":1} 2023-01-31T08:10:22.289Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar ASDC sendASDCNotification 2023-01-31T08:10:22.290Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar 2023-01-31T08:10:22.290Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:10:22.290Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:10:22.293Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:10:22.293Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152622288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:10:22.393Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:10:22.395Z||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. 2023-01-31T08:10:22.395Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:10:22.408Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:10:22.408Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:10:23.295Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:10:23.310Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:10:23.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:10:23.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:10:23.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:10:53.313Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:10:53.321Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:10:53.323Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:10:53.323Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:10:53.323Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:11:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:11:05.303Z||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. 2023-01-31T08:11:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:11:05.334Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:11:05.334Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:11:05.335Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152591578, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:11:05.336Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:11:23.324Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:11:23.356Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:11:23.358Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:11:23.358Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:11:23.358Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:11:53.359Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:11:53.366Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:11:53.368Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:11:53.368Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:11:53.368Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:12:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:12:05.303Z||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. 2023-01-31T08:12:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:12:05.344Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:12:05.344Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:12:05.345Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152598122, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:12:05.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:12:23.369Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:12:23.377Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:12:23.379Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:12:23.379Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:12:23.379Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:12:53.380Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:12:53.389Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:12:53.399Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:12:53.399Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:12:53.399Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:13:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:13:05.303Z||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. 2023-01-31T08:13:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:13:05.843Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:13:05.845Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.845Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.846Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "ves-openapi-manager", "timestamp": 1675152591348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152606304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.847Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152606273, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.848Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:13:05.848Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.848Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "cds", "timestamp": 1675152607282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-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=? 2023-01-31T08:13:05.855Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8 2023-01-31T08:13:05.855Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?) 2023-01-31T08:13:05.864Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2023-01-31T08:13:05.865Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.865Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.865Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152607440, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.866Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.866Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.866Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152608541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2023-01-31T08:13:05.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152609577, "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=? 2023-01-31T08:13:05.871Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8 2023-01-31T08:13:05.872Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?) 2023-01-31T08:13:05.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152609828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.879Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152610584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:13:05.881Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152609828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152605299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:13:05.882Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152609828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152613145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152609828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152609828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152609828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152615951, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.887Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152614869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.888Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152609828, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:13:05.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152617052, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.890Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152614869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152617697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.891Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152618124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.892Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152614869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152614869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152619272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/basic_onboard_kyiobi0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:13:05.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152614869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152620277, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152614869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152621282, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/resourceInstances/basic_onboard_kyiobi0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2023-01-31T08:13:05.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152614869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:13:05.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152622288, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:13:05.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152622450, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:13:05.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152623459, "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=? 2023-01-31T08:13:05.901Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8 2023-01-31T08:13:05.901Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?) 2023-01-31T08:13:05.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152622767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:13:05.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152632946, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKyiobi/1.0/artifacts/service-BasicOnboardKyiobi-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:13:05.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:13:05.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "aai-ml", "timestamp": 1675152633950, "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=? 2023-01-31T08:13:05.912Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f593a95c-12c4-40f5-8cbe-3033e479a8f8 2023-01-31T08:13:05.912Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f593a95c-12c4-40f5-8cbe-3033e479a8f8 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 (?, ?, ?, ?, ?) 2023-01-31T08:13:23.400Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:13:23.418Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T08:13:23.420Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:13:23.421Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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=? 2023-01-31T08:13:23.425Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T08:13:53.425Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 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=? 2023-01-31T08:13:53.432Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f593a95c-12c4-40f5-8cbe-3033e479a8f8 and serviceModelVersionId: 842d3743-3da6-4a93-9610-8e2d0098ace1 2023-01-31T08:13:53.432Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 46835eb8-a4b4-4ab5-ba79-45a42901677c 2023-01-31T08:13:53.434Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0 2023-01-31T08:13:53.445Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T08:13:53.521Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?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]} 2023-01-31T08:13:53.524Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0|INFO|500||Invoke 2023-01-31T08:13:53.569Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T08:13:53.773Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0|INFO|500||InvokeReturn 2023-01-31T08:13:53.774Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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/46835eb8-a4b4-4ab5-ba79-45a42901677c/model-vers/model-ver/842d3743-3da6-4a93-9610-8e2d0098ace1?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:13:52 GMT], content-length=[0], vertex-id=[229472], x-aai-txid=[1-aai-resources-230131-08:13:52:954-58492], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T08:13:53.774Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T08:13:53.776Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T08:13:53.777Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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=? 2023-01-31T08:13:53.785Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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) 2023-01-31T08:13:53.785Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f593a95c-12c4-40f5-8cbe-3033e479a8f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T08:13:53.786Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T08:13:53.786Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:13:53.789Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:13:53.790Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152833785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:13:53.890Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:13:53.891Z||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. 2023-01-31T08:13:53.891Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:13:53.913Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:13:53.914Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 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=? 2023-01-31T08:13:54.802Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:13:54.803Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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. 2023-01-31T08:13:54.803Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:14:05.302Z||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. 2023-01-31T08:14:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:05.354Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:05.354Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:14:05.355Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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. 2023-01-31T08:14:05.355Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:05.938Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:05.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:14:05.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f593a95c-12c4-40f5-8cbe-3033e479a8f8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152833785, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:14:05.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:14:15.094Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:15.095Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:14:15.096Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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. 2023-01-31T08:14:15.096Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:24.872Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:24.873Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:14:24.874Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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. 2023-01-31T08:14:24.874Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:25.557Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:25.558Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T08:14:25.558Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"97671a2a-c37f-4691-9cb7-0ef56af1755a","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"c2ede71b-982f-4c09-af63-330ef59085c5","serviceDescription":"service","serviceInvariantUUID":"f611e3a8-c30f-44af-a767-685454ffc4d1","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f4114bac-4aab-407e-b39b-615c88f30e68","resourceInvariantUUID":"8795aa3e-e017-4d96-b2c3-468bfd3b0570","resourceCustomizationUUID":"23bfb6d4-6c0b-4d21-a56b-32072bd42950","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":"NjUwZTg3YmVjMjBkYjE2NGQzNDQ4OTgwMmRjOGEzYzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a819d26c-6068-4282-8b49-1092fd4e9aa5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWFlOWM0NDYxOGY2M2I3ODI3ZjY4NzQ2NjVmZmM3Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3316af88-cd10-4975-884f-e19c2033e5e4","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T08:14:25.561Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:14:25.562Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:14:25.563Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:14:25.564Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152864873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:14:25.664Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:14:25.665Z||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. 2023-01-31T08:14:25.665Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:25.703Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:25.703Z||pool-35-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:14:26.564Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:14:26.565Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:14:26.567Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:14:26.568Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152864873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:14:26.668Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:14:26.669Z||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. 2023-01-31T08:14:26.669Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:26.706Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:26.707Z||pool-36-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:14:27.570Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "c2ede71b-982f-4c09-af63-330ef59085c5", "serviceDescription": "service", "serviceInvariantUUID": "f611e3a8-c30f-44af-a767-685454ffc4d1", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "23bfb6d4-6c0b-4d21-a56b-32072bd42950", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "f4114bac-4aab-407e-b39b-615c88f30e68", "resourceInvariantUUID": "8795aa3e-e017-4d96-b2c3-468bfd3b0570", "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": "YWFlOWM0NDYxOGY2M2I3ODI3ZjY4NzQ2NjVmZmM3Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3316af88-cd10-4975-884f-e19c2033e5e4" } ], "workloadContext": "Production" } 2023-01-31T08:14:27.571Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T08:14:27.571Z|f593a95c-12c4-40f5-8cbe-3033e479a8f8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c2ede71b-982f-4c09-af63-330ef59085c5 ASDC 2023-01-31T08:14:27.571Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:97671a2a-c37f-4691-9cb7-0ef56af1755a ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:c2ede71b-982f-4c09-af63-330ef59085c5 ServiceInvariantUUID:f611e3a8-c30f-44af-a767-685454ffc4d1 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:3316af88-cd10-4975-884f-e19c2033e5e4 ArtifactChecksum:YWFlOWM0NDYxOGY2M2I3ODI3ZjY4NzQ2NjVmZmM3Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:23bfb6d4-6c0b-4d21-a56b-32072bd42950 ResourceInvariantUUID:8795aa3e-e017-4d96-b2c3-468bfd3b0570 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:f4114bac-4aab-407e-b39b-615c88f30e68 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2023-01-31T08:14:27.572Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2ede71b-982f-4c09-af63-330ef59085c5 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 (?, ?, ?, ?, ?) 2023-01-31T08:14:27.592Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3316af88-cd10-4975-884f-e19c2033e5e4 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-31T08:14:27.593Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:14:27.594Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-31T08:14:28.031Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3316af88-cd10-4975-884f-e19c2033e5e4 57664 2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-31T08:14:28.034Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:14:28.035Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:14:28.037Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:14:28.037Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152868034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:14:28.137Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:14:28.138Z||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. 2023-01-31T08:14:28.138Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:28.174Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:28.175Z||pool-37-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:14:29.042Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:14:29.043Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:14:29.043Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3316af88-cd10-4975-884f-e19c2033e5e4, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T08:14:29.044Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2023-01-31T08:14:29.044Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T08:14:29.044Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T08:14:29.212Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1638282776065196430/Definitions/service-BasicNetwork-template.yml 2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2023-01-31T08:14:29.839Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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-BasicNetwork-csar.csar 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.840Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.841Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.842Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.843Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.844Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:c2ede71b-982f-4c09-af63-330ef59085c5 Model Version:NULL Model InvariantUuid:f611e3a8-c30f-44af-a767-685454ffc4d1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8795aa3e-e017-4d96-b2c3-468bfd3b0570 Model UUID:c6575e98-24ac-4b65-bd11-93db4fd51506 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:23bfb6d4-6c0b-4d21-a56b-32072bd42950 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=? 2023-01-31T08:14:29.856Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: f4114bac-4aab-407e-b39b-615c88f30e68 2023-01-31T08:14:29.857Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||No resources found for Service: c2ede71b-982f-4c09-af63-330ef59085c5 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=? 2023-01-31T08:14:29.862Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500|| 2023-01-31T08:14:29.862Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c2ede71b-982f-4c09-af63-330ef59085c5 2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c2ede71b-982f-4c09-af63-330ef59085c5 2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2023-01-31T08:14:29.863Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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=? 2023-01-31T08:14:29.868Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3512d756, org.onap.sdc.toscaparser.api.parameters.Input@12bfe54, org.onap.sdc.toscaparser.api.parameters.Input@e6f4580, org.onap.sdc.toscaparser.api.parameters.Input@204452f8, org.onap.sdc.toscaparser.api.parameters.Input@3cf99c1] 2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.870Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c2ede71b-982f-4c09-af63-330ef59085c5: Generic NeutronNet 2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.871Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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=? 2023-01-31T08:14:29.908Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.908Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.908Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.908Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.908Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:14:29.909Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:14:29.909Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||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 (?, ?) 2023-01-31T08:14:29.961Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2023-01-31T08:14:29.962Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2023-01-31T08:14:29.962Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2023-01-31T08:14:29.962Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:14:29.963Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:14:29.964Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:14:29.965Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152869962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:14:30.065Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:14:30.065Z||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. 2023-01-31T08:14:30.065Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:14:30.082Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:14:30.083Z||pool-38-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:14:30.965Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:14:30.972Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:14:30.973Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:14:30.973Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:14:30.974Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:15:00.974Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:15:00.980Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:15:00.981Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:15:00.982Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:15:00.982Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:15:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:15:05.302Z||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. 2023-01-31T08:15:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:15:05.943Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:15:05.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "cds", "timestamp": 1675152861578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:15:05.945Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "multicloud-k8s-id", "timestamp": 1675152858122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:15:05.946Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.946Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152864873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:15:05.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "aai-ml", "timestamp": 1675152854869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:15:05.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "multicloud-k8s-id", "timestamp": 1675152858122, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:15:05.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "cds", "timestamp": 1675152861578, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:15:05.948Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.948Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.948Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "aai-ml", "timestamp": 1675152854869, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:15:05.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152864873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:15:05.949Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152868034, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:15:05.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:15:05.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "aai-ml", "timestamp": 1675152867378, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:15:05.950Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:15:05.950Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.950Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "cds", "timestamp": 1675152867389, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:15:05.951Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:15:05.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "cds", "timestamp": 1675152868396, "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=? 2023-01-31T08:15:05.956Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97671a2a-c37f-4691-9cb7-0ef56af1755a 2023-01-31T08:15:05.956Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97671a2a-c37f-4691-9cb7-0ef56af1755a 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 (?, ?, ?, ?, ?) 2023-01-31T08:15:05.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152869962, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:15:05.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:15:05.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "ves-openapi-manager", "timestamp": 1675152871348, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:15:05.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "ves-openapi-manager", "timestamp": 1675152871348, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:15:05.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "aai-ml", "timestamp": 1675152872754, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:15:05.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:15:05.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "aai-ml", "timestamp": 1675152873758, "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=? 2023-01-31T08:15:05.970Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97671a2a-c37f-4691-9cb7-0ef56af1755a 2023-01-31T08:15:05.970Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97671a2a-c37f-4691-9cb7-0ef56af1755a 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 (?, ?, ?, ?, ?) 2023-01-31T08:15:05.985Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.985Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152879829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:15:05.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.986Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152879829, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:15:05.986Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:15:05.986Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152882760, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:15:05.987Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:15:05.987Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.987Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152884747, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:15:05.988Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:15:05.988Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:15:05.988Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152885762, "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=? 2023-01-31T08:15:05.991Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97671a2a-c37f-4691-9cb7-0ef56af1755a 2023-01-31T08:15:05.991Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97671a2a-c37f-4691-9cb7-0ef56af1755a 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 (?, ?, ?, ?, ?) 2023-01-31T08:15:30.982Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:15:30.991Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:15:30.996Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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=? 2023-01-31T08:15:31.000Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T08:16:01.000Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a 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=? 2023-01-31T08:16:01.003Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97671a2a-c37f-4691-9cb7-0ef56af1755a and serviceModelVersionId: c2ede71b-982f-4c09-af63-330ef59085c5 2023-01-31T08:16:01.004Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f611e3a8-c30f-44af-a767-685454ffc4d1 2023-01-31T08:16:01.004Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f611e3a8-c30f-44af-a767-685454ffc4d1/model-vers/model-ver/c2ede71b-982f-4c09-af63-330ef59085c5?depth=0 2023-01-31T08:16:01.008Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T08:16:01.077Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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/f611e3a8-c30f-44af-a767-685454ffc4d1/model-vers/model-ver/c2ede71b-982f-4c09-af63-330ef59085c5?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]} 2023-01-31T08:16:01.079Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f611e3a8-c30f-44af-a767-685454ffc4d1/model-vers/model-ver/c2ede71b-982f-4c09-af63-330ef59085c5?depth=0|INFO|500||Invoke 2023-01-31T08:16:01.149Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f611e3a8-c30f-44af-a767-685454ffc4d1/model-vers/model-ver/c2ede71b-982f-4c09-af63-330ef59085c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T08:16:01.504Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f611e3a8-c30f-44af-a767-685454ffc4d1/model-vers/model-ver/c2ede71b-982f-4c09-af63-330ef59085c5?depth=0|INFO|500||InvokeReturn 2023-01-31T08:16:01.504Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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/f611e3a8-c30f-44af-a767-685454ffc4d1/model-vers/model-ver/c2ede71b-982f-4c09-af63-330ef59085c5?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:16:00 GMT], content-length=[0], vertex-id=[184440], x-aai-txid=[1-aai-resources-230131-08:16:00:532-5046], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T08:16:01.505Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T08:16:01.506Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T08:16:01.506Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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=? 2023-01-31T08:16:01.511Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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) 2023-01-31T08:16:01.512Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97671a2a-c37f-4691-9cb7-0ef56af1755a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T08:16:01.512Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T08:16:01.512Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:01.514Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:01.514Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152961512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:16:01.614Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:01.615Z||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. 2023-01-31T08:16:01.615Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:01.689Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:01.689Z||pool-39-thread-1|||||INFO|500||cambria reply ok (75 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=? 2023-01-31T08:16:02.537Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:16:02.538Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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. 2023-01-31T08:16:02.538Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:03.270Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:03.271Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T08:16:03.271Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"41823e51-bc85-4bda-b943-5260b4126bf8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"df87d491-b66f-450d-8f53-6d2942cc08f8","serviceDescription":"service","serviceInvariantUUID":"e9069e71-6169-4a5f-9f56-ba722c54c3ee","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7a260b5-cd84-49dc-a0b6-7f140a4fd639","resourceInvariantUUID":"36ec76b0-eeee-4b5b-aa53-6848dd620c4b","resourceCustomizationUUID":"a75f6eb2-103b-4f70-be7b-c430d2287293","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":"NjQ3ZDZmYTAwMjdkOWI3YWMwNTg4YWExN2Q5MWZlZDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"039f8ab9-7f39-41e9-96e1-d4f3dd127360","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":"NzdmNDYxYzdlMzFjMTEwNWZlZjY3YzQwOWMyNmJkYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"310e3ef4-18c4-452f-b402-51bd4bf3ae6a","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":"4de88835-fcb1-4cfd-b355-a24ad3d42428","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":"16f4dc24-2e08-416f-b677-7fe7daafc0ad","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":"15df1830-521c-4466-a9cd-40f7f63306f6","artifactVersion":"2","generatedFromUUID":"4de88835-fcb1-4cfd-b355-a24ad3d42428"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzI1NWU1YmNjNGVmYzE0NDhlNjk1Y2NhYTE3ZmQ2Mjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ccad307-afb5-4fa1-8acf-1d7fe5cccbb4","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODk4ODJhMjJjZjc1YzkyNGEwYzNlYmZjZDM2YTA5ZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"41c802f2-0eb8-4a7c-bf68-dca893d186a1","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T08:16:03.273Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:16:03.273Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:03.275Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:03.275Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:03.375Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:03.376Z||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. 2023-01-31T08:16:03.376Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:03.402Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:03.402Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:16:04.276Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:16:04.277Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:04.279Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:04.279Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:16:04.379Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:04.379Z||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. 2023-01-31T08:16:04.380Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:04.432Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:04.432Z||pool-41-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":13,"count":1} 2023-01-31T08:16:05.279Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:16:05.281Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:05.283Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:05.283Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T08:16:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:16:05.302Z||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. 2023-01-31T08:16:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:05.383Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:05.384Z||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. 2023-01-31T08:16:05.384Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:05.429Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:05.429Z||pool-42-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:16:05.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:05.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152951578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "ves-openapi-manager", "timestamp": 1675152951348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152951578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "ves-openapi-manager", "timestamp": 1675152951348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152951578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "ves-openapi-manager", "timestamp": 1675152951348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152951578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "ves-openapi-manager", "timestamp": 1675152951348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152951578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "ves-openapi-manager", "timestamp": 1675152951348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:16:05.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152951578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "ves-openapi-manager", "timestamp": 1675152951348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T08:16:05.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "97671a2a-c37f-4691-9cb7-0ef56af1755a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152961512, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:16:05.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:16:05.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152951578, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:16:05.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "ves-openapi-manager", "timestamp": 1675152951348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.484Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152962312, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:16:05.485Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:16:05.485Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.485Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.486Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T08:16:05.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "cds", "timestamp": 1675152963319, "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 (?, ?, ?, ?, ?) 2023-01-31T08:16:05.497Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41823e51-bc85-4bda-b943-5260b4126bf8 2023-01-31T08:16:05.498Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41823e51-bc85-4bda-b943-5260b4126bf8 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 (?, ?, ?, ?, ?) 2023-01-31T08:16:05.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:16:05.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:05.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:16:05.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:05.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:16:06.283Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:16:06.284Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:06.286Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:06.286Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:06.386Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:06.387Z||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. 2023-01-31T08:16:06.387Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:06.469Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:06.469Z||pool-43-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:07.287Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:16:07.287Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:07.289Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:07.289Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T08:16:07.390Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:16:07.390Z||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. 2023-01-31T08:16:07.391Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:07.411Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:07.412Z||pool-44-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:08.290Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:16:08.291Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:08.293Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:08.293Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:16:08.393Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:08.394Z||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. 2023-01-31T08:16:08.394Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:08.417Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:08.418Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1} 2023-01-31T08:16:09.294Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:16:09.295Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:09.296Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:09.297Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:16:09.397Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:09.398Z||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. 2023-01-31T08:16:09.398Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:09.424Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:09.425Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:10.298Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "df87d491-b66f-450d-8f53-6d2942cc08f8", "serviceDescription": "service", "serviceInvariantUUID": "e9069e71-6169-4a5f-9f56-ba722c54c3ee", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "a75f6eb2-103b-4f70-be7b-c430d2287293", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b7a260b5-cd84-49dc-a0b6-7f140a4fd639", "resourceInvariantUUID": "36ec76b0-eeee-4b5b-aa53-6848dd620c4b", "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": "NzdmNDYxYzdlMzFjMTEwNWZlZjY3YzQwOWMyNmJkYTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "310e3ef4-18c4-452f-b402-51bd4bf3ae6a", "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": "4de88835-fcb1-4cfd-b355-a24ad3d42428", "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": "15df1830-521c-4466-a9cd-40f7f63306f6", "generatedFromUUID": "4de88835-fcb1-4cfd-b355-a24ad3d42428" }, "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": "15df1830-521c-4466-a9cd-40f7f63306f6", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ODk4ODJhMjJjZjc1YzkyNGEwYzNlYmZjZDM2YTA5ZDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41c802f2-0eb8-4a7c-bf68-dca893d186a1" } ], "workloadContext": "Production" } 2023-01-31T08:16:10.298Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T08:16:10.299Z|97671a2a-c37f-4691-9cb7-0ef56af1755a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 df87d491-b66f-450d-8f53-6d2942cc08f8 ASDC 2023-01-31T08:16:10.303Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:41823e51-bc85-4bda-b943-5260b4126bf8 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:df87d491-b66f-450d-8f53-6d2942cc08f8 ServiceInvariantUUID:e9069e71-6169-4a5f-9f56-ba722c54c3ee 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:41c802f2-0eb8-4a7c-bf68-dca893d186a1 ArtifactChecksum:ODk4ODJhMjJjZjc1YzkyNGEwYzNlYmZjZDM2YTA5ZDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:a75f6eb2-103b-4f70-be7b-c430d2287293 ResourceInvariantUUID:36ec76b0-eeee-4b5b-aa53-6848dd620c4b ResourceName:basic_vm ResourceType:VF ResourceUUID:b7a260b5-cd84-49dc-a0b6-7f140a4fd639 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:310e3ef4-18c4-452f-b402-51bd4bf3ae6a ArtifactChecksum:NzdmNDYxYzdlMzFjMTEwNWZlZjY3YzQwOWMyNmJkYTc= 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:4de88835-fcb1-4cfd-b355-a24ad3d42428 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:15df1830-521c-4466-a9cd-40f7f63306f6 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:15df1830-521c-4466-a9cd-40f7f63306f6 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T08:16:10.306Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF df87d491-b66f-450d-8f53-6d2942cc08f8 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=? 2023-01-31T08:16:10.333Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:16:10.334Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:16:10.334Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:16:10.334Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 41c802f2-0eb8-4a7c-bf68-dca893d186a1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T08:16:10.334Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:16:10.335Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T08:16:10.696Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:16:10.699Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 41c802f2-0eb8-4a7c-bf68-dca893d186a1 74792 2023-01-31T08:16:10.699Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-31T08:16:10.699Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T08:16:10.699Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:16:10.700Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:10.701Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:10.701Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152970699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:16:10.802Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:16:10.802Z||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. 2023-01-31T08:16:10.803Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:10.832Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:10.833Z||pool-47-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:16:11.704Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:16:11.705Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:16:11.705Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 41c802f2-0eb8-4a7c-bf68-dca893d186a1, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T08:16:11.705Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2023-01-31T08:16:11.706Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T08:16:11.706Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T08:16:11.817Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9265806754495420053/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-31T08:16:13.042Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T08:16:13.043Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:16:13.043Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T08:16:13.043Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T08:16:13.043Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:13.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|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-BasicVm-csar.csar 2023-01-31T08:16:13.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T08:16:13.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2023-01-31T08:16:13.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|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-BasicVm-csar.csar 2023-01-31T08:16:13.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|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-BasicVm-csar.csar 2023-01-31T08:16:13.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|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-BasicVm-csar.csar 2023-01-31T08:16:13.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:16:13.045Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.045Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:13.045Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:13.045Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:16:13.046Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:16:13.046Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.046Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:13.046Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:13.046Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:16:13.047Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:16:13.047Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.047Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:13.047Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.048Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-31T08:16:13.048Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-31T08:16:13.048Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-31T08:16:13.048Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-31T08:16:13.048Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T08:16:13.049Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T08:16:13.049Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.049Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T08:16:13.049Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.050Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:13.050Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:16:13.050Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.050Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:13.050Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:16:13.051Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.051Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:13.051Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:16:13.051Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.051Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-31T08:16:13.051Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T08:16:13.051Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T08:16:13.052Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f212205-991e-46c3-97ee-afa5a7724d10 2023-01-31T08:16:13.052Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.052Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:13.052Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.052Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:13.052Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.052Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:13.053Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:13.053Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:13.053Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:df87d491-b66f-450d-8f53-6d2942cc08f8 Model Version:NULL Model InvariantUuid:e9069e71-6169-4a5f-9f56-ba722c54c3ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:99aa5088-00a5-4ad2-807d-9f9301e4ca02 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:36ec76b0-eeee-4b5b-aa53-6848dd620c4b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a75f6eb2-103b-4f70-be7b-c430d2287293 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:6cdd0745-7bbe-46ff-a747-985e79c20385 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:76c957b3-6310-4aaf-ad3d-1d8f92d77324 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0f212205-991e-46c3-97ee-afa5a7724d10 ModelInvariantUuid:ae526e14-c740-4b3d-9b1d-26162cf86cb7 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:bac94f3a-5673-4614-962b-b28ece0dd0aa ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:5c0b5384-3a37-4efc-bdce-66e158bad4d7 ModelInvariantUuid:870bae12-4afe-4320-8cd7-c36e301ce292 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:62154d85-6e3e-41f8-96e9-2e37b19e3302 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=? 2023-01-31T08:16:13.071Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b7a260b5-cd84-49dc-a0b6-7f140a4fd639 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=? 2023-01-31T08:16:13.074Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||basic_vm 0 2023-01-31T08:16:13.074Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7a260b5-cd84-49dc-a0b6-7f140a4fd639 2023-01-31T08:16:13.074Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 310e3ef4-18c4-452f-b402-51bd4bf3ae6a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2023-01-31T08:16:13.074Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:16:13.075Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:13.187Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:16:13.188Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 310e3ef4-18c4-452f-b402-51bd4bf3ae6a 787 2023-01-31T08:16:13.188Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:13.188Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:13.188Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:16:13.189Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:13.190Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:13.191Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152973188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:16:13.291Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:13.291Z||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. 2023-01-31T08:16:13.292Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:13.322Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:13.323Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:14.191Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6cdd0745-7bbe-46ff-a747-985e79c20385", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76c957b3-6310-4aaf-ad3d-1d8f92d77324", "vfModuleModelCustomizationUUID": "f54df98e-1d7f-4346-a2c3-388945e22fcb", "isBase": true, "artifacts": [ "4de88835-fcb1-4cfd-b355-a24ad3d42428", "15df1830-521c-4466-a9cd-40f7f63306f6" ], "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": "" } } ] 2023-01-31T08:16:14.196Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76c957b3-6310-4aaf-ad3d-1d8f92d77324 VfModuleModelInvariantUUID:6cdd0745-7bbe-46ff-a747-985e79c20385 VfModuleModelDescription:NULL Artifacts UUID List:{ 4de88835-fcb1-4cfd-b355-a24ad3d42428 , 15df1830-521c-4466-a9cd-40f7f63306f6 } 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 } 2023-01-31T08:16:14.198Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "6cdd0745-7bbe-46ff-a747-985e79c20385", "vfModuleModelVersion": "1", "vfModuleModelUUID": "76c957b3-6310-4aaf-ad3d-1d8f92d77324", "vfModuleModelCustomizationUUID": "f54df98e-1d7f-4346-a2c3-388945e22fcb", "isBase": true, "artifacts": [ "4de88835-fcb1-4cfd-b355-a24ad3d42428", "15df1830-521c-4466-a9cd-40f7f63306f6" ], "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": "" } } ] 2023-01-31T08:16:14.198Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:76c957b3-6310-4aaf-ad3d-1d8f92d77324 VfModuleModelInvariantUUID:6cdd0745-7bbe-46ff-a747-985e79c20385 VfModuleModelDescription:NULL Artifacts UUID List:{ 4de88835-fcb1-4cfd-b355-a24ad3d42428 , 15df1830-521c-4466-a9cd-40f7f63306f6 } 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 } 2023-01-31T08:16:14.198Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4de88835-fcb1-4cfd-b355-a24ad3d42428 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-31T08:16:14.199Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:16:14.199Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2023-01-31T08:16:14.453Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:16:14.454Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4de88835-fcb1-4cfd-b355-a24ad3d42428 5033 2023-01-31T08:16:14.454Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:14.454Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:14.454Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:16:14.454Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:14.456Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:14.456Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152974454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:16:14.556Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:14.557Z||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. 2023-01-31T08:16:14.558Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:14.604Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:14.605Z||pool-49-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:15.457Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 15df1830-521c-4466-a9cd-40f7f63306f6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-31T08:16:15.458Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:16:15.458Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2023-01-31T08:16:15.566Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:16:15.567Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 15df1830-521c-4466-a9cd-40f7f63306f6 903 2023-01-31T08:16:15.567Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:15.567Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:15.567Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:16:15.567Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:15.569Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:15.569Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152975567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:16:15.669Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:15.670Z||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. 2023-01-31T08:16:15.670Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:15.706Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:15.707Z||pool-50-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:16.570Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: df87d491-b66f-450d-8f53-6d2942cc08f8 2023-01-31T08:16:16.571Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b7a260b5-cd84-49dc-a0b6-7f140a4fd639 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=? 2023-01-31T08:16:16.585Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@30b59b74, org.onap.sdc.toscaparser.api.parameters.Input@1b8a4391, org.onap.sdc.toscaparser.api.parameters.Input@13adae9a, org.onap.sdc.toscaparser.api.parameters.Input@5ce55431, org.onap.sdc.toscaparser.api.parameters.Input@40971ae2] 2023-01-31T08:16:16.587Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.587Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.587Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-01-31T08:16:16.587Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= a75f6eb2-103b-4f70-be7b-c430d2287293 2023-01-31T08:16:16.588Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a75f6eb2-103b-4f70-be7b-c430d2287293 matches Tosca VF Customization UUID: a75f6eb2-103b-4f70-be7b-c430d2287293 2023-01-31T08:16:16.588Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: a75f6eb2-103b-4f70-be7b-c430d2287293 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=? 2023-01-31T08:16:16.590Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.590Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.591Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id a75f6eb2-103b-4f70-be7b-c430d2287293: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T08:16:16.591Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1dd6f77 2023-01-31T08:16:16.591Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.591Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T08:16:16.592Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f54df98e-1d7f-4346-a2c3-388945e22fcb 2023-01-31T08:16:16.592Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f54df98e-1d7f-4346-a2c3-388945e22fcb 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=? 2023-01-31T08:16:16.594Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.595Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:16.595Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:16:16.595Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.595Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:16.596Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:16:16.596Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.596Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2023-01-31T08:16:16.597Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T08:16:16.597Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T08:16:16.597Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0f212205-991e-46c3-97ee-afa5a7724d10 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=? 2023-01-31T08:16:16.600Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.600Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:16.601Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:16:16.601Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.601Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2023-01-31T08:16:16.602Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=a75f6eb2-103b-4f70-be7b-c430d2287293 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=? 2023-01-31T08:16:16.604Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.604Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.605Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid df87d491-b66f-450d-8f53-6d2942cc08f8: basic_vm 2023-01-31T08:16:16.605Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.605Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.605Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.606Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.606Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.606Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.607Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.607Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.607Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:16:16.608Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:16:16.608Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 (?, ?, ?, ?, ?) 2023-01-31T08:16:16.681Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b7a260b5-cd84-49dc-a0b6-7f140a4fd639 1 ASDC deployResourceStructure 2023-01-31T08:16:16.681Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:16.682Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:16.682Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:16:16.682Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:16.684Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:16.684Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152976681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:16:16.784Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:16:16.785Z||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. 2023-01-31T08:16:16.785Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:16.816Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:16.817Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:17.687Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:17.687Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:17.687Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:16:17.687Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:17.690Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:17.690Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152977686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:16:17.790Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:17.791Z||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. 2023-01-31T08:16:17.791Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:17.852Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:17.853Z||pool-52-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:16:18.691Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:18.691Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||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 2023-01-31T08:16:18.691Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:16:18.692Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:18.694Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:18.694Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152978691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-31T08:16:18.795Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-31T08:16:18.796Z||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. 2023-01-31T08:16:18.796Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:18.857Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:18.857Z||pool-53-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:16:19.696Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2023-01-31T08:16:19.696Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2023-01-31T08:16:19.696Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:16:19.697Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:16:19.698Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:16:19.699Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152979695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:16:19.799Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:16:19.800Z||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. 2023-01-31T08:16:19.800Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:16:19.853Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:16:19.853Z||pool-54-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":2,"count":1} 2023-01-31T08:16:20.700Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:16:20.707Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:16:20.709Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:16:20.709Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:16:20.709Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:16:50.709Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:16:50.715Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:16:50.716Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:16:50.716Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:16:50.717Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:17:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:17:05.303Z||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. 2023-01-31T08:17:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:17:05.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:17:05.376Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T08:17:05.376Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T08:17:05.377Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T08:17:20.717Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:17:20.724Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:17:20.725Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:17:20.725Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:17:20.726Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:17:50.726Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:17:50.736Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:17:50.738Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:17:50.738Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:17:50.738Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:18:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:18:05.303Z||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. 2023-01-31T08:18:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:18:05.342Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:18:05.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:18:05.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:18:05.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:18:20.738Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:18:20.746Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:18:20.748Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:18:20.748Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:18:20.748Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:18:50.748Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:18:50.755Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:18:50.756Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:18:50.757Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T08:18:50.757Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T08:19:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:19:05.303Z||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. 2023-01-31T08:19:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:05.358Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:05.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152966102, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152967272, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.372Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152968404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.373Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.374Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.374Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.374Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152969477, "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=? 2023-01-31T08:19:05.377Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41823e51-bc85-4bda-b943-5260b4126bf8 2023-01-31T08:19:05.378Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41823e51-bc85-4bda-b943-5260b4126bf8 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.384Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.384Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.384Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152970699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.385Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.385Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.385Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.385Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "multicloud-k8s-id", "timestamp": 1675152970480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.386Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.386Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.386Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.386Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.387Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.387Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.387Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.388Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-31T08:19:05.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152973188, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.390Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152974454, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:19:05.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152975567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.395Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152974869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-31T08:19:05.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152974869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152976681, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152976667, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.400Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152974869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.401Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152977770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152977686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-31T08:19:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.402Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.403Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "cds", "timestamp": 1675152977672, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-31T08:19:05.410Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aab69381-7ec9-4700-8f49-565f4ea4d618 2023-01-31T08:19:05.410Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab69381-7ec9-4700-8f49-565f4ea4d618 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152974869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152978691, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152974869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152979695, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.418Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152958122, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152974869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152980658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152974869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152982248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.423Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152981814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.424Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152982157, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152983262, "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=? 2023-01-31T08:19:05.428Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41823e51-bc85-4bda-b943-5260b4126bf8 2023-01-31T08:19:05.428Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41823e51-bc85-4bda-b943-5260b4126bf8 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152982973, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152984172, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.437Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.437Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.437Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152985292, "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=? 2023-01-31T08:19:05.439Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aab69381-7ec9-4700-8f49-565f4ea4d618 2023-01-31T08:19:05.440Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab69381-7ec9-4700-8f49-565f4ea4d618 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.445Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.445Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.445Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-31T08:19:05.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152966578, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.446Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "multicloud-k8s-id", "timestamp": 1675152986297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.447Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152986838, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152971348, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "cds", "timestamp": 1675152987844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.454Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 2023-01-31T08:19:05.454Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152989506, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.459Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.460Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152990806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "ves-openapi-manager", "timestamp": 1675152991812, "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=? 2023-01-31T08:19:05.463Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 2023-01-31T08:19:05.464Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152991381, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.470Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "aai-ml", "timestamp": 1675152992385, "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=? 2023-01-31T08:19:05.473Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41823e51-bc85-4bda-b943-5260b4126bf8 2023-01-31T08:19:05.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41823e51-bc85-4bda-b943-5260b4126bf8 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152993466, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.478Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "multicloud-k8s-id", "timestamp": 1675152987300, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152997877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152998883, "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=? 2023-01-31T08:19:05.482Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aab69381-7ec9-4700-8f49-565f4ea4d618 2023-01-31T08:19:05.482Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab69381-7ec9-4700-8f49-565f4ea4d618 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.487Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.488Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675152969828, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153008107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.491Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.492Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.493Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153011371, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.493Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.493Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.494Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.494Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.494Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153012391, "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=? 2023-01-31T08:19:05.496Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 2023-01-31T08:19:05.496Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 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 (?, ?, ?, ?, ?) 2023-01-31T08:19:05.502Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.502Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:05.503Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.503Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.504Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:19:05.504Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:19:05.504Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153014596, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:19:05.505Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:05.505Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:19:05.505Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153024359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:19:05.506Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:19:20.757Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:19:20.764Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:19:20.766Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:19:20.766Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T08:19:20.766Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T08:19:20.766Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T08:19:20.766Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:19:20.767Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:19:20.767Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:19:20.767Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:19:20.767Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:19:20.767Z|41823e51-bc85-4bda-b943-5260b4126bf8|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=? 2023-01-31T08:19:20.770Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T08:19:50.770Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41823e51-bc85-4bda-b943-5260b4126bf8 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=? 2023-01-31T08:19:50.775Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41823e51-bc85-4bda-b943-5260b4126bf8 and serviceModelVersionId: df87d491-b66f-450d-8f53-6d2942cc08f8 2023-01-31T08:19:50.775Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9069e71-6169-4a5f-9f56-ba722c54c3ee 2023-01-31T08:19:50.776Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9069e71-6169-4a5f-9f56-ba722c54c3ee/model-vers/model-ver/df87d491-b66f-450d-8f53-6d2942cc08f8?depth=0 2023-01-31T08:19:50.780Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T08:19:50.826Z|41823e51-bc85-4bda-b943-5260b4126bf8|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/e9069e71-6169-4a5f-9f56-ba722c54c3ee/model-vers/model-ver/df87d491-b66f-450d-8f53-6d2942cc08f8?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]} 2023-01-31T08:19:50.828Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9069e71-6169-4a5f-9f56-ba722c54c3ee/model-vers/model-ver/df87d491-b66f-450d-8f53-6d2942cc08f8?depth=0|INFO|500||Invoke 2023-01-31T08:19:50.849Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9069e71-6169-4a5f-9f56-ba722c54c3ee/model-vers/model-ver/df87d491-b66f-450d-8f53-6d2942cc08f8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T08:19:50.987Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9069e71-6169-4a5f-9f56-ba722c54c3ee/model-vers/model-ver/df87d491-b66f-450d-8f53-6d2942cc08f8?depth=0|INFO|500||InvokeReturn 2023-01-31T08:19:50.987Z|41823e51-bc85-4bda-b943-5260b4126bf8|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/e9069e71-6169-4a5f-9f56-ba722c54c3ee/model-vers/model-ver/df87d491-b66f-450d-8f53-6d2942cc08f8?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:19:50 GMT], content-length=[0], vertex-id=[196832], x-aai-txid=[1-aai-resources-230131-08:19:50:231-60256], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T08:19:50.987Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T08:19:50.988Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T08:19:50.988Z|41823e51-bc85-4bda-b943-5260b4126bf8|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=? 2023-01-31T08:19:50.991Z|41823e51-bc85-4bda-b943-5260b4126bf8|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) 2023-01-31T08:19:50.992Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41823e51-bc85-4bda-b943-5260b4126bf8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T08:19:50.992Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T08:19:50.992Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:50.994Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:50.994Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153190992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:19:51.094Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:19:51.096Z||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. 2023-01-31T08:19:51.096Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:51.112Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:51.113Z||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=? 2023-01-31T08:19:52.005Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T08:19:52.005Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"aab69381-7ec9-4700-8f49-565f4ea4d618","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"321169ba-4a1f-4864-b6b3-f0ec5a963210","serviceDescription":"service","serviceInvariantUUID":"2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"22d23640-e182-4056-8f4b-460ecc2209e9","resourceInvariantUUID":"d4ee2270-7118-4c00-ba9a-5c003879a740","resourceCustomizationUUID":"349d11a3-35dc-43a7-a9e8-aac4b294ba9e","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":"MzA5ZmY2NjFkZjNhYWE5NTg3ZDdlMGYyOGFmNGZkNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b14705db-8587-41ed-9d09-d053b7fcbd5b","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":"1253e2e0-4918-45d9-8aa0-a1bd9c47e1bd","artifactVersion":"2","generatedFromUUID":"5e601182-c47d-4cbe-99fc-fce7d637dc52"},{"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":"5e601182-c47d-4cbe-99fc-fce7d637dc52","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":"M2E2ZDMxZmQ5OWY0NWVkMzYyOTlkNDY4Y2EwNzg1MDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ce1e6ac7-3849-424c-b247-7df74b661ca3","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":"16e8b653-f2a0-4440-a7c7-509f8b81b9e4","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":"b0b447fd-8457-406e-a162-4d8b44d515cd","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":"f06def8f-bde5-45fa-a366-b23ad7358a33","artifactVersion":"2","generatedFromUUID":"16e8b653-f2a0-4440-a7c7-509f8b81b9e4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDkwNmQ5ODc3NGE5NTUwZTZiOGMwM2YzMDU2MzFhZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"db96c18f-0be0-41ea-be1e-64dd513d3422","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MmJkZjZlNWJiMjc1M2E0ZDc5YWM2MjdiZTI1OTg1MWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d5111016-db54-452d-b71a-f26f4ab76805","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T08:19:52.006Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:52.006Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:52.008Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:52.009Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:52.109Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:19:52.109Z||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. 2023-01-31T08:19:52.109Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:52.128Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:52.129Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:19:53.009Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:53.010Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:53.012Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:53.012Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-31T08:19:53.112Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:19:53.113Z||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. 2023-01-31T08:19:53.113Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:53.146Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:53.147Z||pool-57-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":2,"count":1} 2023-01-31T08:19:54.012Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:54.013Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:54.015Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:54.015Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-31T08:19:54.115Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:19:54.116Z||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. 2023-01-31T08:19:54.116Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:54.128Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:54.129Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:19:55.016Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:55.016Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:55.018Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:55.019Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:19:55.119Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:19:55.119Z||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. 2023-01-31T08:19:55.120Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:55.135Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:55.136Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:19:56.019Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:56.020Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:56.024Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:56.024Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-31T08:19:56.122Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2023-01-31T08:19:56.123Z||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. 2023-01-31T08:19:56.123Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:56.144Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:56.144Z||pool-60-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:19:57.025Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:57.026Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:57.027Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:57.027Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:57.128Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:19:57.128Z||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. 2023-01-31T08:19:57.129Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:57.143Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:57.144Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:19:58.028Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:58.029Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:58.031Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:58.031Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-31T08:19:58.131Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:19:58.132Z||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. 2023-01-31T08:19:58.132Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:58.164Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:58.165Z||pool-62-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:19:59.032Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:19:59.033Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:19:59.038Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:19:59.038Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:19:59.135Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2023-01-31T08:19:59.136Z||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. 2023-01-31T08:19:59.136Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:19:59.155Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:19:59.156Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:00.039Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:00.039Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:00.041Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:00.041Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:20:00.141Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:00.142Z||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. 2023-01-31T08:20:00.142Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:00.155Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:00.155Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:01.043Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "321169ba-4a1f-4864-b6b3-f0ec5a963210", "serviceDescription": "service", "serviceInvariantUUID": "2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "349d11a3-35dc-43a7-a9e8-aac4b294ba9e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "22d23640-e182-4056-8f4b-460ecc2209e9", "resourceInvariantUUID": "d4ee2270-7118-4c00-ba9a-5c003879a740", "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": "1253e2e0-4918-45d9-8aa0-a1bd9c47e1bd", "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": "5e601182-c47d-4cbe-99fc-fce7d637dc52", "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": "M2E2ZDMxZmQ5OWY0NWVkMzYyOTlkNDY4Y2EwNzg1MDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce1e6ac7-3849-424c-b247-7df74b661ca3", "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": "16e8b653-f2a0-4440-a7c7-509f8b81b9e4", "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": "f06def8f-bde5-45fa-a366-b23ad7358a33", "generatedFromUUID": "16e8b653-f2a0-4440-a7c7-509f8b81b9e4" }, "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": "f06def8f-bde5-45fa-a366-b23ad7358a33", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MmJkZjZlNWJiMjc1M2E0ZDc5YWM2MjdiZTI1OTg1MWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d5111016-db54-452d-b71a-f26f4ab76805" } ], "workloadContext": "Production" } 2023-01-31T08:20:01.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T08:20:01.044Z|41823e51-bc85-4bda-b943-5260b4126bf8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 321169ba-4a1f-4864-b6b3-f0ec5a963210 ASDC 2023-01-31T08:20:01.047Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:aab69381-7ec9-4700-8f49-565f4ea4d618 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:321169ba-4a1f-4864-b6b3-f0ec5a963210 ServiceInvariantUUID:2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6 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:d5111016-db54-452d-b71a-f26f4ab76805 ArtifactChecksum:MmJkZjZlNWJiMjc1M2E0ZDc5YWM2MjdiZTI1OTg1MWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:349d11a3-35dc-43a7-a9e8-aac4b294ba9e ResourceInvariantUUID:d4ee2270-7118-4c00-ba9a-5c003879a740 ResourceName:basic_cnf ResourceType:VF ResourceUUID:22d23640-e182-4056-8f4b-460ecc2209e9 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:1253e2e0-4918-45d9-8aa0-a1bd9c47e1bd 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:5e601182-c47d-4cbe-99fc-fce7d637dc52 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:ce1e6ac7-3849-424c-b247-7df74b661ca3 ArtifactChecksum:M2E2ZDMxZmQ5OWY0NWVkMzYyOTlkNDY4Y2EwNzg1MDQ= 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:16e8b653-f2a0-4440-a7c7-509f8b81b9e4 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:f06def8f-bde5-45fa-a366-b23ad7358a33 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:f06def8f-bde5-45fa-a366-b23ad7358a33 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T08:20:01.048Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 321169ba-4a1f-4864-b6b3-f0ec5a963210 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=? 2023-01-31T08:20:01.103Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:20:01.103Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:20:01.104Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:20:01.104Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d5111016-db54-452d-b71a-f26f4ab76805 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-31T08:20:01.104Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:20:01.104Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-31T08:20:01.341Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:20:01.344Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d5111016-db54-452d-b71a-f26f4ab76805 73683 2023-01-31T08:20:01.344Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-31T08:20:01.344Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-31T08:20:01.344Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:20:01.345Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:01.347Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:01.347Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153201344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:01.447Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:01.448Z||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. 2023-01-31T08:20:01.448Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:01.464Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:01.464Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:02.348Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:20:02.349Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:20:02.349Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d5111016-db54-452d-b71a-f26f4ab76805, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T08:20:02.349Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2023-01-31T08:20:02.350Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T08:20:02.350Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T08:20:02.523Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4275811702571801032/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2023-01-31T08:20:03.604Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T08:20:03.604Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|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-BasicCnf-csar.csar 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:20:03.605Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.606Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:03.606Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:03.606Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:20:03.606Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:20:03.606Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.607Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:03.607Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:03.607Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:20:03.607Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:20:03.607Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.607Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:03.608Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.608Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-31T08:20:03.608Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2023-01-31T08:20:03.608Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2023-01-31T08:20:03.608Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T08:20:03.608Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.609Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T08:20:03.609Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.609Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:03.609Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:20:03.609Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.609Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:03.610Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:20:03.610Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.610Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:03.610Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:20:03.610Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.610Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb908359-7d31-4cba-abca-d47b03306a45 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.611Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:03.612Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:03.612Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:03.612Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:321169ba-4a1f-4864-b6b3-f0ec5a963210 Model Version:NULL Model InvariantUuid:2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:33c5d862-2b67-449b-893a-a095ad44061a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d4ee2270-7118-4c00-ba9a-5c003879a740 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:349d11a3-35dc-43a7-a9e8-aac4b294ba9e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:55308d9a-c356-4269-a99e-e45082f0526c ModelName:BasicCnf..base_dummy..module-0 ModelUuid:dc297ada-e515-4f37-8ce7-cbb4a158dd65 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:eb908359-7d31-4cba-abca-d47b03306a45 ModelInvariantUuid:ddf5cbd8-afa2-4898-9397-385b4d95f200 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:adb8187d-03c0-4346-b4e6-7b1ecaaf9105 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:5b52b3f2-ab6b-4943-974c-1c33420008e8 ModelInvariantUuid:d7d17838-0bac-4419-802a-d948eea56c7a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:f09449f2-e07d-4597-b657-d632f508343e 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=? 2023-01-31T08:20:03.621Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 22d23640-e182-4056-8f4b-460ecc2209e9 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=? 2023-01-31T08:20:03.625Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||basic_cnf 0 2023-01-31T08:20:03.625Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 22d23640-e182-4056-8f4b-460ecc2209e9 2023-01-31T08:20:03.625Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1253e2e0-4918-45d9-8aa0-a1bd9c47e1bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2023-01-31T08:20:03.625Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:20:03.625Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:03.735Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:20:03.736Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 1253e2e0-4918-45d9-8aa0-a1bd9c47e1bd 12 2023-01-31T08:20:03.737Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:03.737Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:03.737Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:20:03.738Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:03.740Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:03.741Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153203737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:03.840Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:20:03.842Z||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. 2023-01-31T08:20:03.842Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:03.857Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:03.858Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:04.741Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5e601182-c47d-4cbe-99fc-fce7d637dc52 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2023-01-31T08:20:04.742Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:20:04.743Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:04.834Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:20:04.835Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 5e601182-c47d-4cbe-99fc-fce7d637dc52 2688 2023-01-31T08:20:04.836Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:04.836Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:04.836Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:20:04.836Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:04.839Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:04.839Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153204836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:04.938Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:20:04.940Z||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. 2023-01-31T08:20:04.940Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:04.978Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:04.978Z||pool-67-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:20:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:20:05.303Z||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. 2023-01-31T08:20:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:05.330Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:05.331Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.331Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "aai-ml", "timestamp": 1675153025363, "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=? 2023-01-31T08:20:05.340Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aab69381-7ec9-4700-8f49-565f4ea4d618 2023-01-31T08:20:05.340Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId aab69381-7ec9-4700-8f49-565f4ea4d618 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 (?, ?, ?, ?, ?) 2023-01-31T08:20:05.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:05.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:05.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:05.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:05.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:05.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:05.351Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.351Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.351Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:05.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153004869, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:20:05.352Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:20:05.352Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.352Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153034525, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:05.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:20:05.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.353Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153041380, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:20:05.353Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:20:05.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:20:05.354Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "aai-ml", "timestamp": 1675153042384, "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=? 2023-01-31T08:20:05.356Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 2023-01-31T08:20:05.356Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 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 (?, ?, ?, ?, ?) 2023-01-31T08:20:05.841Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ce1e6ac7-3849-424c-b247-7df74b661ca3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2023-01-31T08:20:05.842Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:20:05.842Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:05.900Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:20:05.900Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ce1e6ac7-3849-424c-b247-7df74b661ca3 828 2023-01-31T08:20:05.901Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:05.901Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:05.901Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:20:05.902Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:05.904Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:05.904Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153205901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:06.004Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:20:06.006Z||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. 2023-01-31T08:20:06.006Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:06.022Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:06.022Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:06.905Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "55308d9a-c356-4269-a99e-e45082f0526c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc297ada-e515-4f37-8ce7-cbb4a158dd65", "vfModuleModelCustomizationUUID": "b40e7466-d326-413f-be28-7111d791bd99", "isBase": true, "artifacts": [ "5e601182-c47d-4cbe-99fc-fce7d637dc52", "16e8b653-f2a0-4440-a7c7-509f8b81b9e4", "f06def8f-bde5-45fa-a366-b23ad7358a33" ], "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": "" } } ] 2023-01-31T08:20:06.911Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc297ada-e515-4f37-8ce7-cbb4a158dd65 VfModuleModelInvariantUUID:55308d9a-c356-4269-a99e-e45082f0526c VfModuleModelDescription:NULL Artifacts UUID List:{ 5e601182-c47d-4cbe-99fc-fce7d637dc52 , 16e8b653-f2a0-4440-a7c7-509f8b81b9e4 , f06def8f-bde5-45fa-a366-b23ad7358a33 } 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 } 2023-01-31T08:20:06.913Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "55308d9a-c356-4269-a99e-e45082f0526c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dc297ada-e515-4f37-8ce7-cbb4a158dd65", "vfModuleModelCustomizationUUID": "b40e7466-d326-413f-be28-7111d791bd99", "isBase": true, "artifacts": [ "5e601182-c47d-4cbe-99fc-fce7d637dc52", "16e8b653-f2a0-4440-a7c7-509f8b81b9e4", "f06def8f-bde5-45fa-a366-b23ad7358a33" ], "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": "" } } ] 2023-01-31T08:20:06.913Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dc297ada-e515-4f37-8ce7-cbb4a158dd65 VfModuleModelInvariantUUID:55308d9a-c356-4269-a99e-e45082f0526c VfModuleModelDescription:NULL Artifacts UUID List:{ 5e601182-c47d-4cbe-99fc-fce7d637dc52 , 16e8b653-f2a0-4440-a7c7-509f8b81b9e4 , f06def8f-bde5-45fa-a366-b23ad7358a33 } 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 } 2023-01-31T08:20:06.913Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 16e8b653-f2a0-4440-a7c7-509f8b81b9e4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-31T08:20:06.913Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:20:06.913Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2023-01-31T08:20:06.989Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:20:06.990Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 16e8b653-f2a0-4440-a7c7-509f8b81b9e4 1164 2023-01-31T08:20:06.990Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:06.991Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:06.991Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:20:06.991Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:06.995Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:06.995Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153206990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:07.094Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:20:07.095Z||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. 2023-01-31T08:20:07.095Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:07.115Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:07.116Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:07.996Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f06def8f-bde5-45fa-a366-b23ad7358a33 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-31T08:20:07.996Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:20:07.996Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2023-01-31T08:20:08.086Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:20:08.087Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f06def8f-bde5-45fa-a366-b23ad7358a33 200 2023-01-31T08:20:08.087Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:08.087Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:08.088Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:20:08.088Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:08.090Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:08.090Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153208087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:08.190Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:08.191Z||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. 2023-01-31T08:20:08.191Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:08.209Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:08.210Z||pool-70-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:09.091Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 321169ba-4a1f-4864-b6b3-f0ec5a963210 2023-01-31T08:20:09.091Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 22d23640-e182-4056-8f4b-460ecc2209e9 ASDC 2023-01-31T08:20:09.100Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select 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=? 2023-01-31T08:20:09.111Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7556505b, org.onap.sdc.toscaparser.api.parameters.Input@1bec0979, org.onap.sdc.toscaparser.api.parameters.Input@3299262a, org.onap.sdc.toscaparser.api.parameters.Input@3bf5d799, org.onap.sdc.toscaparser.api.parameters.Input@7ce68c34] 2023-01-31T08:20:09.113Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.113Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.114Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2023-01-31T08:20:09.114Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 349d11a3-35dc-43a7-a9e8-aac4b294ba9e 2023-01-31T08:20:09.114Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 349d11a3-35dc-43a7-a9e8-aac4b294ba9e matches Tosca VF Customization UUID: 349d11a3-35dc-43a7-a9e8-aac4b294ba9e 2023-01-31T08:20:09.114Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 349d11a3-35dc-43a7-a9e8-aac4b294ba9e 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=? 2023-01-31T08:20:09.116Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.116Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.117Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 349d11a3-35dc-43a7-a9e8-aac4b294ba9e: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2023-01-31T08:20:09.117Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@69b572b0 2023-01-31T08:20:09.117Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.117Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T08:20:09.117Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b40e7466-d326-413f-be28-7111d791bd99 2023-01-31T08:20:09.118Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b40e7466-d326-413f-be28-7111d791bd99 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=? 2023-01-31T08:20:09.120Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.120Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:09.120Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:20:09.120Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.120Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:09.121Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:20:09.121Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.121Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2023-01-31T08:20:09.121Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2023-01-31T08:20:09.121Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=eb908359-7d31-4cba-abca-d47b03306a45 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=? 2023-01-31T08:20:09.123Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.123Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:09.123Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T08:20:09.123Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.124Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2023-01-31T08:20:09.124Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=349d11a3-35dc-43a7-a9e8-aac4b294ba9e 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=? 2023-01-31T08:20:09.125Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.125Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.126Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 321169ba-4a1f-4864-b6b3-f0ec5a963210: basic_cnf 2023-01-31T08:20:09.126Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.126Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.126Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.126Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.127Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.127Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.127Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.127Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.127Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:20:09.127Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:20:09.128Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 (?, ?, ?, ?, ?) 2023-01-31T08:20:09.199Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 22d23640-e182-4056-8f4b-460ecc2209e9 1 ASDC deployResourceStructure 2023-01-31T08:20:09.201Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:09.201Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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) 2023-01-31T08:20:09.201Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T08:20:09.202Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:09.204Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:09.204Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153209200, "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" } 2023-01-31T08:20:09.304Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:20:09.305Z||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. 2023-01-31T08:20:09.305Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:09.320Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:09.320Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:10.205Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:10.206Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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) 2023-01-31T08:20:10.206Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T08:20:10.206Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:10.208Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:10.208Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153210205, "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" } 2023-01-31T08:20:10.309Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:10.311Z||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. 2023-01-31T08:20:10.311Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:10.333Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:10.334Z||pool-72-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:11.210Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:11.210Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:11.211Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:20:11.211Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:11.213Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:11.213Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153211210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:20:11.313Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:11.315Z||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. 2023-01-31T08:20:11.315Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:11.341Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:11.343Z||pool-73-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:12.215Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:12.216Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:12.216Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:20:12.216Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:12.218Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:12.218Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153212215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:20:12.319Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:12.321Z||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. 2023-01-31T08:20:12.321Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:12.360Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:12.360Z||pool-74-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:20:13.220Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:13.220Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||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 2023-01-31T08:20:13.220Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:20:13.220Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:13.222Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:13.223Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153213219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-31T08:20:13.323Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:13.323Z||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. 2023-01-31T08:20:13.324Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:13.379Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:13.379Z||pool-75-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:14.223Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2023-01-31T08:20:14.224Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2023-01-31T08:20:14.224Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:20:14.224Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:14.226Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:14.226Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153214223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:20:14.326Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:14.327Z||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. 2023-01-31T08:20:14.327Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:14.394Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:14.394Z||pool-76-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:15.226Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aab69381-7ec9-4700-8f49-565f4ea4d618 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:20:15.235Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aab69381-7ec9-4700-8f49-565f4ea4d618 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:20:15.237Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:20:15.237Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T08:20:15.237Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T08:20:15.237Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T08:20:15.238Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:20:15.238Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:20:15.238Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:20:15.238Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:20:15.238Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:20:15.238Z|aab69381-7ec9-4700-8f49-565f4ea4d618|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=? 2023-01-31T08:20:15.241Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T08:20:45.241Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aab69381-7ec9-4700-8f49-565f4ea4d618 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=? 2023-01-31T08:20:45.247Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aab69381-7ec9-4700-8f49-565f4ea4d618 and serviceModelVersionId: 321169ba-4a1f-4864-b6b3-f0ec5a963210 2023-01-31T08:20:45.247Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6 2023-01-31T08:20:45.249Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0 2023-01-31T08:20:45.254Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T08:20:45.307Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0|INFO|500||Invoke 2023-01-31T08:20:45.308Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aab69381-7ec9-4700-8f49-565f4ea4d618], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3bd5b593-4410-4092-8b00-e31ff4132fc1], X-ECOMP-RequestID=[aab69381-7ec9-4700-8f49-565f4ea4d618], X-TransactionId=[], X-ONAP-RequestID=[aab69381-7ec9-4700-8f49-565f4ea4d618], Content-Type=[application/merge-patch+json]} 2023-01-31T08:20:45.336Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T08:20:45.479Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?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/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:20:44 GMT], content-length=[0], vertex-id=[254048], x-aai-txid=[0-aai-resources-230131-08:20:44:717-82048], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T08:20:45.480Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-31T08:20:45.481Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2541fd5b-2ee1-4f41-b119-08a0fdf5f5f6/model-vers/model-ver/321169ba-4a1f-4864-b6b3-f0ec5a963210?depth=0|INFO|500||InvokeReturn 2023-01-31T08:20:45.481Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T08:20:45.481Z|aab69381-7ec9-4700-8f49-565f4ea4d618|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=? 2023-01-31T08:20:45.486Z|aab69381-7ec9-4700-8f49-565f4ea4d618|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) 2023-01-31T08:20:45.486Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aab69381-7ec9-4700-8f49-565f4ea4d618 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T08:20:45.487Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T08:20:45.487Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:45.489Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:45.489Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153245486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:20:45.589Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:45.590Z||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. 2023-01-31T08:20:45.590Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:45.631Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:45.631Z||pool-77-thread-1|||||INFO|500||cambria reply ok (42 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=? 2023-01-31T08:20:46.498Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:20:46.499Z|aab69381-7ec9-4700-8f49-565f4ea4d618|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. 2023-01-31T08:20:46.499Z|aab69381-7ec9-4700-8f49-565f4ea4d618|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:51.057Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:51.058Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T08:20:51.058Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"153b3cf4-646c-4c71-85ca-a51b5f1e6f13","serviceName":"Demo_pNF_A5ZIOtiXGJh4ePB8HV2i","serviceVersion":"1.0","serviceUUID":"91812458-a9f0-4e26-a031-9158c27a1198","serviceDescription":"catalog service description","serviceInvariantUUID":"af4b4cbc-1306-464d-82a6-bc82c8a065b2","resources":[{"resourceInstanceName":"pNF 485dc8e7-2a5f 0","resourceName":"pNF 485dc8e7-2a5f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dcc5e599-4e5f-402c-9796-4ede6879a804","resourceInvariantUUID":"03714c52-ba43-43d6-9fbb-70f652717d1d","resourceCustomizationUUID":"942fb8e7-e399-485d-964f-d4d9afe16d93","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml","artifactChecksum":"MjY5YmIxNjhlODIwZjVkNWNmODNjMDY4YWM3YWVhNGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"764e9185-9d42-428f-8ad1-29f7dc7d2402","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar","artifactChecksum":"OThhOThmNDAwODlhMThiNTExMmI2OGRlZjdhMGY5Mjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1e0a93b2-1a1b-4a4d-9507-8cb23f9e3d35","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"835e952b-9fb2-4dee-9061-e4198aeecbf4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml","artifactChecksum":"NjhkZTJjMjkzNWU0NWFhOWZmMjE2ZmNjN2JhM2FiZjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bfce3e65-5f8c-461b-8880-c97e181fc104","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"15ec52d4-d216-4154-a7cc-10260b1a9873","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c655db9-a6bc-44e9-ad13-0dd92f57099a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml","artifactChecksum":"ODY4MzExMTEyYzFhYzRlNWY2ZjAxNzIzZjk0NjE2Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5321ee45-fd88-4d8f-a31b-3955b2447278","artifactVersion":"1"},{"artifactName":"service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar","artifactChecksum":"ZjA3NGEzMzQzNTczODNmNjU0MGI2ZjExNjU3M2QyYzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4acd0557-0aec-448c-b61d-afe273689151","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T08:20:51.061Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:51.061Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:51.063Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:51.064Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:51.164Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:51.165Z||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. 2023-01-31T08:20:51.165Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:51.186Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:51.187Z||pool-78-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:52.064Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:52.065Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:52.067Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:52.067Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:52.167Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:52.168Z||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. 2023-01-31T08:20:52.169Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:52.225Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:52.225Z||pool-79-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:20:53.068Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:53.069Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:53.071Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:53.071Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:53.171Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:53.172Z||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. 2023-01-31T08:20:53.172Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:53.244Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:53.244Z||pool-80-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:54.072Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:54.072Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:54.074Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:54.075Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:54.175Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:54.176Z||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. 2023-01-31T08:20:54.176Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:54.194Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:54.195Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:20:55.075Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:55.076Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:55.079Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:55.079Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:55.179Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:55.180Z||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. 2023-01-31T08:20:55.180Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:55.206Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:55.207Z||pool-82-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:56.079Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:56.080Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:56.082Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:56.083Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:56.183Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:56.184Z||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. 2023-01-31T08:20:56.184Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:56.202Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:56.202Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:57.083Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:57.084Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:57.085Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:57.086Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:20:57.186Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:57.187Z||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. 2023-01-31T08:20:57.187Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:57.214Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:57.214Z||pool-84-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:58.086Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:20:58.087Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:58.090Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:58.091Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:20:58.190Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:20:58.191Z||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. 2023-01-31T08:20:58.191Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:58.239Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:58.239Z||pool-85-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:20:59.092Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "serviceName": "Demo_pNF_A5ZIOtiXGJh4ePB8HV2i", "serviceVersion": "1.0", "serviceUUID": "91812458-a9f0-4e26-a031-9158c27a1198", "serviceDescription": "catalog service description", "serviceInvariantUUID": "af4b4cbc-1306-464d-82a6-bc82c8a065b2", "resources": [ { "resourceInstanceName": "pNF 485dc8e7-2a5f 0", "resourceCustomizationUUID": "942fb8e7-e399-485d-964f-d4d9afe16d93", "resourceName": "pNF 485dc8e7-2a5f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dcc5e599-4e5f-402c-9796-4ede6879a804", "resourceInvariantUUID": "03714c52-ba43-43d6-9fbb-70f652717d1d", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "artifactChecksum": "ZjA3NGEzMzQzNTczODNmNjU0MGI2ZjExNjU3M2QyYzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4acd0557-0aec-448c-b61d-afe273689151" } ], "workloadContext": "Production" } 2023-01-31T08:20:59.092Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T08:20:59.092Z|aab69381-7ec9-4700-8f49-565f4ea4d618|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 91812458-a9f0-4e26-a031-9158c27a1198 ASDC 2023-01-31T08:20:59.093Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:153b3cf4-646c-4c71-85ca-a51b5f1e6f13 ServiceName:Demo_pNF_A5ZIOtiXGJh4ePB8HV2i ServiceVersion:1.0 ServiceUUID:91812458-a9f0-4e26-a031-9158c27a1198 ServiceInvariantUUID:af4b4cbc-1306-464d-82a6-bc82c8a065b2 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar ArtifactUUID:4acd0557-0aec-448c-b61d-afe273689151 ArtifactChecksum:ZjA3NGEzMzQzNTczODNmNjU0MGI2ZjExNjU3M2QyYzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 485dc8e7-2a5f 0 ResourceCustomizationUUID:942fb8e7-e399-485d-964f-d4d9afe16d93 ResourceInvariantUUID:03714c52-ba43-43d6-9fbb-70f652717d1d ResourceName:pNF 485dc8e7-2a5f ResourceType:PNF ResourceUUID:dcc5e599-4e5f-402c-9796-4ede6879a804 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-31T08:20:59.093Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 91812458-a9f0-4e26-a031-9158c27a1198 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=? 2023-01-31T08:20:59.123Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:20:59.124Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:20:59.124Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:20:59.124Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 4acd0557-0aec-448c-b61d-afe273689151 from URL: /sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:20:59.124Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:20:59.125Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:20:59.297Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:20:59.301Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 4acd0557-0aec-448c-b61d-afe273689151 87786 2023-01-31T08:20:59.301Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar ASDC sendASDCNotification 2023-01-31T08:20:59.301Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:20:59.301Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:20:59.302Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:20:59.304Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:20:59.304Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153259301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:20:59.404Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:20:59.405Z||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. 2023-01-31T08:20:59.405Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:20:59.420Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:20:59.420Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:21:00.305Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:21:00.306Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:21:00.306Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 4acd0557-0aec-448c-b61d-afe273689151, URL: /sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar to file: /app/ASDC/1/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:00.307Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:00.307Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:00.308Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:00.531Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18255173139672516095/Definitions/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml 2023-01-31T08:21:01.420Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T08:21:01.421Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:21:01.421Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.421Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T08:21:01.421Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||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-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.421Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 485dc8e7-2a5f 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-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.421Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.421Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||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-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.422Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.422Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.422Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.422Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:21:01.423Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.423Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.423Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Node template pNF 485dc8e7-2a5f 0 is matching search criteria 2023-01-31T08:21:01.423Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:21:01.424Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 485dc8e7-2a5f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:21:01.424Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.424Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.424Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Node template pNF 485dc8e7-2a5f 0 is matching search criteria 2023-01-31T08:21:01.424Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:21:01.424Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 485dc8e7-2a5f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:21:01.424Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.425Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.426Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.426Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_A5ZIOtiXGJh4ePB8HV2i Description:catalog service description Model UUID:91812458-a9f0-4e26-a031-9158c27a1198 Model Version:NULL Model InvariantUuid:af4b4cbc-1306-464d-82a6-bc82c8a065b2 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=? 2023-01-31T08:21:01.433Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: dcc5e599-4e5f-402c-9796-4ede6879a804 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=? 2023-01-31T08:21:01.436Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||pNF 485dc8e7-2a5f 0 2023-01-31T08:21:01.436Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dcc5e599-4e5f-402c-9796-4ede6879a804 2023-01-31T08:21:01.436Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 91812458-a9f0-4e26-a031-9158c27a1198 2023-01-31T08:21:01.437Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 91812458-a9f0-4e26-a031-9158c27a1198 2023-01-31T08:21:01.437Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 485dc8e7-2a5f 0 dcc5e599-4e5f-402c-9796-4ede6879a804 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=? 2023-01-31T08:21:01.441Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26103ca1, org.onap.sdc.toscaparser.api.parameters.Input@4d7cc568, org.onap.sdc.toscaparser.api.parameters.Input@50d8260f, org.onap.sdc.toscaparser.api.parameters.Input@f6733cd, org.onap.sdc.toscaparser.api.parameters.Input@28b5e3b4] 2023-01-31T08:21:01.441Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.441Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.442Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 91812458-a9f0-4e26-a031-9158c27a1198: pNF 485dc8e7-2a5f 2023-01-31T08:21:01.442Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||Processing PNF resource: dcc5e599-4e5f-402c-9796-4ede6879a804 2023-01-31T08:21:01.442Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:21:01.442Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_A5ZIOtiXGJh4ePB8HV2i is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:21:01.442Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||Resource customization UUID: 942fb8e7-e399-485d-964f-d4d9afe16d93 is the same as notified resource customizationUUID: 942fb8e7-e399-485d-964f-d4d9afe16d93 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 (?, ?) 2023-01-31T08:21:01.493Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 485dc8e7-2a5f dcc5e599-4e5f-402c-9796-4ede6879a804 0 ASDC deployResourceStructure 2023-01-31T08:21:01.493Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar ASDC sendASDCNotification 2023-01-31T08:21:01.493Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar 2023-01-31T08:21:01.493Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:21:01.494Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:21:01.496Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:21:01.496Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153261493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:21:01.596Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:21:01.597Z||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. 2023-01-31T08:21:01.597Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:21:01.613Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:21:01.614Z||pool-87-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:21:02.496Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:21:02.505Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:21:02.507Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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=? 2023-01-31T08:21:02.510Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T08:21:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:21:05.302Z||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. 2023-01-31T08:21:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:21:05.346Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:21:05.346Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.346Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41823e51-bc85-4bda-b943-5260b4126bf8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153190992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.347Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675152962537, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153201344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153203737, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:21:05.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:21:05.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2023-01-31T08:21:05.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153204836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T08:21:05.350Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:21:32.510Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 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=? 2023-01-31T08:21:32.516Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 and serviceModelVersionId: 91812458-a9f0-4e26-a031-9158c27a1198 2023-01-31T08:21:32.516Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : af4b4cbc-1306-464d-82a6-bc82c8a065b2 2023-01-31T08:21:32.517Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/af4b4cbc-1306-464d-82a6-bc82c8a065b2/model-vers/model-ver/91812458-a9f0-4e26-a031-9158c27a1198?depth=0 2023-01-31T08:21:32.521Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T08:21:32.559Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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/af4b4cbc-1306-464d-82a6-bc82c8a065b2/model-vers/model-ver/91812458-a9f0-4e26-a031-9158c27a1198?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]} 2023-01-31T08:21:32.560Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af4b4cbc-1306-464d-82a6-bc82c8a065b2/model-vers/model-ver/91812458-a9f0-4e26-a031-9158c27a1198?depth=0|INFO|500||Invoke 2023-01-31T08:21:32.581Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af4b4cbc-1306-464d-82a6-bc82c8a065b2/model-vers/model-ver/91812458-a9f0-4e26-a031-9158c27a1198?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T08:21:32.823Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/af4b4cbc-1306-464d-82a6-bc82c8a065b2/model-vers/model-ver/91812458-a9f0-4e26-a031-9158c27a1198?depth=0|INFO|500||InvokeReturn 2023-01-31T08:21:32.824Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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/af4b4cbc-1306-464d-82a6-bc82c8a065b2/model-vers/model-ver/91812458-a9f0-4e26-a031-9158c27a1198?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:21:31 GMT], content-length=[0], vertex-id=[409664], x-aai-txid=[0-aai-resources-230131-08:21:31:965-9304], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T08:21:32.824Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T08:21:32.825Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T08:21:32.825Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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=? 2023-01-31T08:21:32.831Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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) 2023-01-31T08:21:32.831Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 153b3cf4-646c-4c71-85ca-a51b5f1e6f13 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T08:21:32.831Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T08:21:32.832Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:21:32.833Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:21:32.834Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153292831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:21:32.934Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:21:32.935Z||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. 2023-01-31T08:21:32.935Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:21:32.956Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:21:32.957Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 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=? 2023-01-31T08:21:33.843Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:21:33.844Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:21:33.844Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:21:43.512Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:21:43.512Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:21:43.513Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:21:43.513Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:21:53.124Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:21:53.125Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:21:53.125Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:21:53.125Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:22:02.762Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:22:02.762Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:22:02.763Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:22:02.763Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:22:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:22:05.302Z||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. 2023-01-31T08:22:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:22:05.363Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:22:05.364Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.364Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153205901, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T08:22:05.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153206990, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:22:05.365Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.365Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.365Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153208087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2023-01-31T08:22:05.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153209200, "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" } 2023-01-31T08:22:05.366Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.366Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153210205, "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" } 2023-01-31T08:22:05.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153211210, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T08:22:05.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.368Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153212215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:22:05.368Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.368Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153213219, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2023-01-31T08:22:05.369Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.369Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.369Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153214223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:22:05.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.370Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.370Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "aab69381-7ec9-4700-8f49-565f4ea4d618", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153245486, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:22:05.370Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:22:05.371Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.371Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.371Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:22:05.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:22:05.372Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.372Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.372Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:22:05.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:22:05.373Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/resourceInstances/pnf485dc8e72a5f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:22:05.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:22:05.374Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153246498, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:22:05.375Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:22:05.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153259301, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:22:05.375Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:05.375Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:22:05.375Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153261493, "artifactURL": "/sdc/v1/catalog/services/DemoPnfA5ziotixgjh4epb8hv2i/1.0/artifacts/service-DemoPnfA5ziotixgjh4epb8hv2i-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:22:05.376Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:22:12.348Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:22:12.348Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:22:12.349Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:22:12.349Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:22:22.096Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:22:22.096Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:22:22.097Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:22:22.097Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:22:31.684Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:23:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:23:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:23:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:23:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:23:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:23:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:23:05.840Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:23:05.841Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||received message from topic 2023-01-31T08:23:05.841Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "153b3cf4-646c-4c71-85ca-a51b5f1e6f13", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153292831, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:23:05.842Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:23:14.943Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:24:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:24:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:24:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:24:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:24:05.302Z||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. 2023-01-31T08:24:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:24:14.917Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:24:14.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:25:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:25:05.300Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:25:05.300Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:25:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:25:05.302Z||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. 2023-01-31T08:25:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:25:14.889Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:25:14.931Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:26:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:26:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:26:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:26:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:26:05.302Z||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. 2023-01-31T08:26:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:26:14.961Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:26:14.979Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:27:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:27:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:27:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:27:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:27:05.302Z||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. 2023-01-31T08:27:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:27:15.027Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:27:15.059Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:28:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:28:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:28:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:28:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:28:05.302Z||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. 2023-01-31T08:28:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:28:14.882Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:28:14.886Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:29:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:29:05.300Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:29:05.300Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:29:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:29:05.302Z||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. 2023-01-31T08:29:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:29:14.898Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:29:14.918Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:05.299Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:30:05.300Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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. 2023-01-31T08:30:05.300Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:30:05.302Z||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. 2023-01-31T08:30:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:05.945Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:05.945Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:05.946Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.946Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"714e0e15-e926-4d5e-8fb5-c3b787b565e3","serviceName":"Demo_pNF_9KubqHeuIL28TmckzZsL","serviceVersion":"1.0","serviceUUID":"9a77dd7d-3cd9-424f-9eee-71e541da339c","serviceDescription":"catalog service description","serviceInvariantUUID":"c37e4a9a-5650-4d4f-8ead-d0169de7abf0","resources":[{"resourceInstanceName":"pNF e8eccb2b-d275 0","resourceName":"pNF e8eccb2b-d275","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3f9900b6-1e1c-4065-9ddf-86137e031851","resourceInvariantUUID":"6a3093f7-0d27-4b94-a088-e86875412957","resourceCustomizationUUID":"e678d32b-db70-4f52-835e-ade412326e50","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml","artifactChecksum":"NDhmMTc4MTYzZWRkNzkyMGU2ZjY1YTJiZTAzOTdlMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b6e5865-bf36-41a3-ad0c-f98cd7f82750","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar","artifactChecksum":"OThhOThmNDAwODlhMThiNTExMmI2OGRlZjdhMGY5Mjk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4b74ea67-0ed7-448d-a5ac-fe464475a3fa","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"28b5933f-9b89-4fd6-ae58-124c543c3fac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml","artifactChecksum":"NzMyN2JiZjBlODZlZTY3ZmE2NjBlZDI4Nzc4ZGU3ZTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb61fcef-9451-47bd-a70c-a54ae287e563","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e27a54ec-05fa-465f-9197-985ffbc9bfcc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"85816a3f-d770-4d09-8094-66e888dfd23e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf9kubqheuil28tmckzzsl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml","artifactChecksum":"ZGMwODk3Y2JjZjI4ZmE4NWIzODk2NmQ1YjBjM2RhODU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"403abc06-b55f-4114-9a25-c023c53dd9ba","artifactVersion":"1"},{"artifactName":"service-DemoPnf9kubqheuil28tmckzzsl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar","artifactChecksum":"NWRjYzQzYzYyNGI4Y2RhMDFjYjY2NmM2NTkxMWE1YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed6d3aaa-a437-4f7a-bb95-34ea758b66d5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T08:30:05.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.952Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:05.952Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:05.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "multicloud-k8s-id", "timestamp": 1675153758122, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153754869, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:30:05.959Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.959Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153761578, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153772736, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:30:05.960Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:30:05.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153772791, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:30:05.961Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:30:05.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "cds", "timestamp": 1675153773743, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-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 (?, ?, ?, ?, ?) 2023-01-31T08:30:05.979Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 714e0e15-e926-4d5e-8fb5-c3b787b565e3 2023-01-31T08:30:05.979Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 714e0e15-e926-4d5e-8fb5-c3b787b565e3 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 (?, ?, ?, ?, ?) 2023-01-31T08:30:05.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153771348, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153780405, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153779805, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153781446, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:05.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "aai-ml", "timestamp": 1675153780808, "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=? 2023-01-31T08:30:06.001Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 714e0e15-e926-4d5e-8fb5-c3b787b565e3 2023-01-31T08:30:06.001Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 714e0e15-e926-4d5e-8fb5-c3b787b565e3 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 (?, ?, ?, ?, ?) 2023-01-31T08:30:06.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "ves-openapi-manager", "timestamp": 1675153782453, "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=? 2023-01-31T08:30:06.009Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 714e0e15-e926-4d5e-8fb5-c3b787b565e3 2023-01-31T08:30:06.009Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 714e0e15-e926-4d5e-8fb5-c3b787b565e3 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 (?, ?, ?, ?, ?) 2023-01-31T08:30:06.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:06.014Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:06.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:06.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:06.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:06.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:06.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.015Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:06.015Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:06.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:06.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:06.016Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153779828, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:30:06.016Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153788868, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153792139, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:30:06.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675153793148, "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=? 2023-01-31T08:30:06.020Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 714e0e15-e926-4d5e-8fb5-c3b787b565e3 2023-01-31T08:30:06.020Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 714e0e15-e926-4d5e-8fb5-c3b787b565e3 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 (?, ?, ?, ?, ?) 2023-01-31T08:30:06.058Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:30:06.059Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-31T08:30:06.060Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:06.075Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:06.076Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:30:06.963Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:06.963Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:06.995Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:06.995Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:07.067Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms 2023-01-31T08:30:07.068Z||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. 2023-01-31T08:30:07.068Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:07.097Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:07.097Z||pool-90-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:30:08.000Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:08.000Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:08.002Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:08.002Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:08.102Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:30:08.103Z||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. 2023-01-31T08:30:08.103Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:08.138Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:08.138Z||pool-91-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:30:09.003Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:09.004Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:09.006Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:09.007Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:09.107Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:30:09.108Z||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. 2023-01-31T08:30:09.108Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:09.155Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:09.156Z||pool-92-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:30:10.007Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:10.008Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:10.011Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:10.011Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:10.111Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:30:10.112Z||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. 2023-01-31T08:30:10.112Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:10.139Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:10.140Z||pool-93-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:30:11.012Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:11.013Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:11.015Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:11.015Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:11.115Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:30:11.115Z||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. 2023-01-31T08:30:11.116Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:11.197Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:11.197Z||pool-94-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":1,"count":1} 2023-01-31T08:30:12.015Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:12.016Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:12.023Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:12.023Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:30:12.119Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-31T08:30:12.119Z||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. 2023-01-31T08:30:12.119Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:12.238Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:12.239Z||pool-95-thread-1|||||INFO|500||cambria reply ok (120 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:30:13.023Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T08:30:13.024Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:13.026Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:13.026Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:30:13.128Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-31T08:30:13.128Z||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. 2023-01-31T08:30:13.129Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:13.210Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:13.210Z||pool-96-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":2,"count":1} 2023-01-31T08:30:14.029Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "serviceName": "Demo_pNF_9KubqHeuIL28TmckzZsL", "serviceVersion": "1.0", "serviceUUID": "9a77dd7d-3cd9-424f-9eee-71e541da339c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c37e4a9a-5650-4d4f-8ead-d0169de7abf0", "resources": [ { "resourceInstanceName": "pNF e8eccb2b-d275 0", "resourceCustomizationUUID": "e678d32b-db70-4f52-835e-ade412326e50", "resourceName": "pNF e8eccb2b-d275", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3f9900b6-1e1c-4065-9ddf-86137e031851", "resourceInvariantUUID": "6a3093f7-0d27-4b94-a088-e86875412957", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "artifactChecksum": "NWRjYzQzYzYyNGI4Y2RhMDFjYjY2NmM2NTkxMWE1YjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed6d3aaa-a437-4f7a-bb95-34ea758b66d5" } ], "workloadContext": "Production" } 2023-01-31T08:30:14.029Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T08:30:14.029Z|153b3cf4-646c-4c71-85ca-a51b5f1e6f13|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9a77dd7d-3cd9-424f-9eee-71e541da339c ASDC 2023-01-31T08:30:14.031Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:714e0e15-e926-4d5e-8fb5-c3b787b565e3 ServiceName:Demo_pNF_9KubqHeuIL28TmckzZsL ServiceVersion:1.0 ServiceUUID:9a77dd7d-3cd9-424f-9eee-71e541da339c ServiceInvariantUUID:c37e4a9a-5650-4d4f-8ead-d0169de7abf0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf9kubqheuil28tmckzzsl-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar ArtifactUUID:ed6d3aaa-a437-4f7a-bb95-34ea758b66d5 ArtifactChecksum:NWRjYzQzYzYyNGI4Y2RhMDFjYjY2NmM2NTkxMWE1YjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF e8eccb2b-d275 0 ResourceCustomizationUUID:e678d32b-db70-4f52-835e-ade412326e50 ResourceInvariantUUID:6a3093f7-0d27-4b94-a088-e86875412957 ResourceName:pNF e8eccb2b-d275 ResourceType:PNF ResourceUUID:3f9900b6-1e1c-4065-9ddf-86137e031851 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-31T08:30:14.032Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a77dd7d-3cd9-424f-9eee-71e541da339c 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=? 2023-01-31T08:30:14.055Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:30:14.056Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:30:14.056Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:30:14.056Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ed6d3aaa-a437-4f7a-bb95-34ea758b66d5 from URL: /sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:14.056Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2023-01-31T08:30:14.057Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:14.396Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2023-01-31T08:30:14.400Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar ed6d3aaa-a437-4f7a-bb95-34ea758b66d5 87773 2023-01-31T08:30:14.401Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar ASDC sendASDCNotification 2023-01-31T08:30:14.401Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:14.401Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T08:30:14.401Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:14.403Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:14.403Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153814400, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:30:14.503Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:30:14.504Z||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. 2023-01-31T08:30:14.505Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:14.529Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:14.530Z||pool-97-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-31T08:30:15.404Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T08:30:15.405Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2023-01-31T08:30:15.405Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ed6d3aaa-a437-4f7a-bb95-34ea758b66d5, URL: /sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar to file: /app/ASDC/1/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:15.406Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:15.406Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:15.406Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:15.634Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2431952005591484277/Definitions/service-DemoPnf9kubqheuil28tmckzzsl-template.yml 2023-01-31T08:30:16.491Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T08:30:16.492Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:30:16.492Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.492Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T08:30:16.493Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||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-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.493Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.493Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||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-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.493Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.494Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.494Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.494Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e8eccb2b-d275 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-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.494Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2023-01-31T08:30:16.495Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.495Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.495Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Node template pNF e8eccb2b-d275 0 is matching search criteria 2023-01-31T08:30:16.496Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:30:16.496Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e8eccb2b-d275 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:30:16.496Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.497Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.497Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Node template pNF e8eccb2b-d275 0 is matching search criteria 2023-01-31T08:30:16.497Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2023-01-31T08:30:16.497Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF e8eccb2b-d275 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T08:30:16.498Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.498Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.498Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.498Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.498Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.499Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.499Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.499Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.500Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.500Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.500Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_9KubqHeuIL28TmckzZsL Description:catalog service description Model UUID:9a77dd7d-3cd9-424f-9eee-71e541da339c Model Version:NULL Model InvariantUuid:c37e4a9a-5650-4d4f-8ead-d0169de7abf0 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=? 2023-01-31T08:30:16.504Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3f9900b6-1e1c-4065-9ddf-86137e031851 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=? 2023-01-31T08:30:16.508Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||pNF e8eccb2b-d275 0 2023-01-31T08:30:16.508Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3f9900b6-1e1c-4065-9ddf-86137e031851 2023-01-31T08:30:16.509Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9a77dd7d-3cd9-424f-9eee-71e541da339c 2023-01-31T08:30:16.509Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9a77dd7d-3cd9-424f-9eee-71e541da339c 2023-01-31T08:30:16.509Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e8eccb2b-d275 0 3f9900b6-1e1c-4065-9ddf-86137e031851 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=? 2023-01-31T08:30:16.512Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f4e4d1c, org.onap.sdc.toscaparser.api.parameters.Input@215cbbd5, org.onap.sdc.toscaparser.api.parameters.Input@6486fd44, org.onap.sdc.toscaparser.api.parameters.Input@2a5e67ea, org.onap.sdc.toscaparser.api.parameters.Input@5785e910] 2023-01-31T08:30:16.512Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.513Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.513Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9a77dd7d-3cd9-424f-9eee-71e541da339c: pNF e8eccb2b-d275 2023-01-31T08:30:16.513Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||Processing PNF resource: 3f9900b6-1e1c-4065-9ddf-86137e031851 2023-01-31T08:30:16.513Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T08:30:16.514Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_9KubqHeuIL28TmckzZsL is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T08:30:16.514Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||Resource customization UUID: e678d32b-db70-4f52-835e-ade412326e50 is the same as notified resource customizationUUID: e678d32b-db70-4f52-835e-ade412326e50 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 (?, ?) 2023-01-31T08:30:16.543Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e8eccb2b-d275 3f9900b6-1e1c-4065-9ddf-86137e031851 0 ASDC deployResourceStructure 2023-01-31T08:30:16.544Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar ASDC sendASDCNotification 2023-01-31T08:30:16.544Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar 2023-01-31T08:30:16.545Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T08:30:16.545Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:16.547Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:16.548Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153816544, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:30:16.648Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T08:30:16.648Z||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. 2023-01-31T08:30:16.648Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:16.823Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:16.824Z||pool-98-thread-1|||||INFO|500||cambria reply ok (176 ms):{"serverTimeMs":19,"count":1} 2023-01-31T08:30:17.549Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 714e0e15-e926-4d5e-8fb5-c3b787b565e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T08:30:17.557Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 714e0e15-e926-4d5e-8fb5-c3b787b565e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T08:30:17.558Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T08:30:17.558Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T08:30:17.558Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T08:30:17.558Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T08:30:17.558Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:30:17.559Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:30:17.559Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:30:17.559Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:30:17.559Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T08:30:17.559Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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=? 2023-01-31T08:30:17.561Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T08:30:47.561Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 714e0e15-e926-4d5e-8fb5-c3b787b565e3 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=? 2023-01-31T08:30:47.567Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 714e0e15-e926-4d5e-8fb5-c3b787b565e3 and serviceModelVersionId: 9a77dd7d-3cd9-424f-9eee-71e541da339c 2023-01-31T08:30:47.567Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c37e4a9a-5650-4d4f-8ead-d0169de7abf0 2023-01-31T08:30:47.569Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c37e4a9a-5650-4d4f-8ead-d0169de7abf0/model-vers/model-ver/9a77dd7d-3cd9-424f-9eee-71e541da339c?depth=0 2023-01-31T08:30:47.574Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T08:30:47.623Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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/c37e4a9a-5650-4d4f-8ead-d0169de7abf0/model-vers/model-ver/9a77dd7d-3cd9-424f-9eee-71e541da339c?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]} 2023-01-31T08:30:47.625Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37e4a9a-5650-4d4f-8ead-d0169de7abf0/model-vers/model-ver/9a77dd7d-3cd9-424f-9eee-71e541da339c?depth=0|INFO|500||Invoke 2023-01-31T08:30:47.657Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37e4a9a-5650-4d4f-8ead-d0169de7abf0/model-vers/model-ver/9a77dd7d-3cd9-424f-9eee-71e541da339c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T08:30:47.952Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c37e4a9a-5650-4d4f-8ead-d0169de7abf0/model-vers/model-ver/9a77dd7d-3cd9-424f-9eee-71e541da339c?depth=0|INFO|500||InvokeReturn 2023-01-31T08:30:47.952Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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/c37e4a9a-5650-4d4f-8ead-d0169de7abf0/model-vers/model-ver/9a77dd7d-3cd9-424f-9eee-71e541da339c?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 08:30:47 GMT], content-length=[0], vertex-id=[274480], x-aai-txid=[0-aai-resources-230131-08:30:47:058-77506], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T08:30:47.953Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T08:30:47.953Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T08:30:47.953Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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=? 2023-01-31T08:30:47.956Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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) 2023-01-31T08:30:47.957Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 714e0e15-e926-4d5e-8fb5-c3b787b565e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T08:30:47.957Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T08:30:47.957Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2023-01-31T08:30:47.959Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T08:30:47.959Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153847957, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:30:48.059Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T08:30:48.060Z||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. 2023-01-31T08:30:48.060Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:30:48.102Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:30:48.103Z||pool-99-thread-1|||||INFO|500||cambria reply ok (44 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=? 2023-01-31T08:31:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:31:05.300Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T08:31:05.300Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:31:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:31:05.302Z||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. 2023-01-31T08:31:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:31:05.443Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:31:05.443Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2023-01-31T08:31:05.444Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:31:05.445Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2023-01-31T08:31:14.910Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:32:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:32:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T08:32:05.300Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:32:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:32:05.302Z||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. 2023-01-31T08:32:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:32:05.854Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:32:05.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T08:32:05.855Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-31T08:32:05.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T08:32:05.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-31T08:32:05.856Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.856Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T08:32:05.856Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-31T08:32:05.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.857Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:32:05.857Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-31T08:32:05.857Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/resourceInstances/pnfe8eccb2bd2750/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T08:32:05.858Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-31T08:32:05.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T08:32:05.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-31T08:32:05.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153805299, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "NOTIFIED" } 2023-01-31T08:32:05.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2023-01-31T08:32:05.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153814400, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T08:32:05.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:32:05.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153816544, "artifactURL": "/sdc/v1/catalog/services/DemoPnf9kubqheuil28tmckzzsl/1.0/artifacts/service-DemoPnf9kubqheuil28tmckzzsl-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T08:32:05.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:32:05.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T08:32:05.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "714e0e15-e926-4d5e-8fb5-c3b787b565e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675153847957, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T08:32:05.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T08:32:14.999Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:33:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:33:05.299Z||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. 2023-01-31T08:33:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:33:05.302Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:33:05.302Z||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. 2023-01-31T08:33:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:33:14.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:33:14.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:34:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:34:05.299Z||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. 2023-01-31T08:34:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:34:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:34:05.302Z||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. 2023-01-31T08:34:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:34:14.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:34:14.898Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:35:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:35:05.299Z||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. 2023-01-31T08:35:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:35:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:35:05.302Z||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. 2023-01-31T08:35:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:35:14.891Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:35:14.914Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:36:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:36:05.299Z||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. 2023-01-31T08:36:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:36:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:36:05.302Z||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. 2023-01-31T08:36:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:36:14.918Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:36:14.929Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:37:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:37:05.300Z||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. 2023-01-31T08:37:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:37:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:37:05.302Z||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. 2023-01-31T08:37:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:37:14.980Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:37:15.020Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:38:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:38:05.300Z||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. 2023-01-31T08:38:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:38:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:38:05.302Z||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. 2023-01-31T08:38:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:38:14.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:38:15.049Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:39:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:39:05.300Z||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. 2023-01-31T08:39:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:39:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:39:05.303Z||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. 2023-01-31T08:39:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:39:14.898Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:39:14.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:40:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:40:05.299Z||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. 2023-01-31T08:40:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:40:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:40:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:40:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:40:14.877Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:40:14.888Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:41:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:41:05.299Z||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. 2023-01-31T08:41:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:41:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:41:05.302Z||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. 2023-01-31T08:41:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:41:14.880Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:41:14.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:42:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:42:05.299Z||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. 2023-01-31T08:42:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:42:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:42:05.302Z||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. 2023-01-31T08:42:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:42:14.867Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:42:14.888Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:43:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:43:05.300Z||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. 2023-01-31T08:43:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:43:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:43:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T08:43:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:43:14.891Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:43:14.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:44:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:44:05.300Z||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. 2023-01-31T08:44:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:44:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:44:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T08:44:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:44:14.869Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:44:14.890Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:45:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:45:05.300Z||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. 2023-01-31T08:45:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:45:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:45:05.302Z||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. 2023-01-31T08:45:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:45:14.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:45:14.944Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:46:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:46:05.299Z||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. 2023-01-31T08:46:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:46:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:46:05.302Z||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. 2023-01-31T08:46:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:46:14.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:46:14.899Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:47:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:47:05.300Z||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. 2023-01-31T08:47:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:47:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:47:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T08:47:05.303Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:47:14.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:47:14.972Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:48:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:48:05.300Z||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. 2023-01-31T08:48:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:48:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:48:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T08:48:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:48:14.956Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:48:14.970Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:49:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:49:05.299Z||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. 2023-01-31T08:49:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:49:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:49:05.302Z||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. 2023-01-31T08:49:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:49:15.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:49:15.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:50:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:50:05.299Z||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. 2023-01-31T08:50:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:50:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:50:05.302Z||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. 2023-01-31T08:50:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:50:14.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:50:14.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:51:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:51:05.300Z||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. 2023-01-31T08:51:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:51:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:51:05.302Z||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. 2023-01-31T08:51:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:51:14.959Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:51:14.959Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:52:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:52:05.299Z||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. 2023-01-31T08:52:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:52:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:52:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T08:52:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:52:14.912Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:52:14.927Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:53:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:53:05.299Z||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. 2023-01-31T08:53:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:53:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:53:05.302Z||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. 2023-01-31T08:53:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:53:14.932Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:53:14.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:54:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:54:05.300Z||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. 2023-01-31T08:54:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:54:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:54:05.302Z||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. 2023-01-31T08:54:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:54:14.941Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:54:15.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:55:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:55:05.299Z||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. 2023-01-31T08:55:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:55:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:55:05.302Z||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. 2023-01-31T08:55:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:55:14.926Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:55:14.939Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:56:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:56:05.300Z||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. 2023-01-31T08:56:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:56:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:56:05.302Z||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. 2023-01-31T08:56:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:56:15.053Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:56:15.053Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:57:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:57:05.301Z||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. 2023-01-31T08:57:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:57:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:57:05.303Z||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. 2023-01-31T08:57:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:57:14.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:57:14.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:58:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:58:05.300Z||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. 2023-01-31T08:58:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:58:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:58:05.302Z||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. 2023-01-31T08:58:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:58:14.921Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:58:14.944Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:59:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:59:05.299Z||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. 2023-01-31T08:59:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:59:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T08:59:05.302Z||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. 2023-01-31T08:59:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T08:59:14.905Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T08:59:14.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:00:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:00:05.300Z||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. 2023-01-31T09:00:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:00:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:00:05.302Z||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. 2023-01-31T09:00:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:00:14.963Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:00:14.970Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:01:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:01:05.300Z||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. 2023-01-31T09:01:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:01:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:01:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T09:01:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:01:14.920Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:01:14.940Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:02:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:02:05.300Z||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. 2023-01-31T09:02:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:02:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:02:05.302Z||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. 2023-01-31T09:02:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:02:14.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:02:15.024Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:03:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:03:05.299Z||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. 2023-01-31T09:03:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:03:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:03:05.302Z||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. 2023-01-31T09:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:03:14.921Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:03:14.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:05.299Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:04:05.300Z||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. 2023-01-31T09:04:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:04:05.302Z||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. 2023-01-31T09:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:05.553Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:05.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.554Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.562Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.563Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155824870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155819829, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.564Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155836644, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155837552, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "ves-openapi-manager", "timestamp": 1675155831349, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.566Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155831578, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155840405, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155841539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:04:05.567Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T09:04:05.568Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.568Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.568Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155842548, "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 (?, ?, ?, ?, ?) 2023-01-31T09:04:05.592Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a37767c5-1a79-46c2-a59f-7dce87713d7a 2023-01-31T09:04:05.592Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a37767c5-1a79-46c2-a59f-7dce87713d7a 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 (?, ?, ?, ?, ?) 2023-01-31T09:04:05.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.601Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T09:04:05.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "cds", "timestamp": 1675155843139, "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=? 2023-01-31T09:04:05.607Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a37767c5-1a79-46c2-a59f-7dce87713d7a 2023-01-31T09:04:05.607Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a37767c5-1a79-46c2-a59f-7dce87713d7a 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 (?, ?, ?, ?, ?) 2023-01-31T09:04:05.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:05.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:04:05.940Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:05.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T09:04:05.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a37767c5-1a79-46c2-a59f-7dce87713d7a","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9abfcfce-81c2-48b2-8db3-f0419387a6b7","serviceDescription":"service","serviceInvariantUUID":"a26b6d56-a031-47d1-a147-08d800a9b37b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"447ca4f1-d31d-4e91-9559-4e2f281e58ac","resourceInvariantUUID":"1389f5c8-8ed3-469e-b0f0-040a23f31a5f","resourceCustomizationUUID":"d63a9d66-0ca2-44e0-8a69-37e376fee425","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":"YWYyNjIxNmNhOGE3YmM3Zjc2OTgyMWY1YTlkMmY2YzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e3973d3-c071-4dc8-a1bd-8095518fd193","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":"MTZmZmM4M2FiZjRhZTdhZDkxNGExZDZkYmQ3NmY0ZjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd4f2c80-9fe2-4231-808e-c10fd17f0a0e","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":"73606129-09ac-4a5a-9eff-ad134bce8158","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":"1bf86a85-27aa-46a4-a220-85c551959c22","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":"210f3122-713b-46dc-8ec0-5803aefadb46","artifactVersion":"2","generatedFromUUID":"73606129-09ac-4a5a-9eff-ad134bce8158"},{"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":"N2E0NzUwNTkwZjkxZDg5Y2YyM2JiYWI4ZDM1ZjMyYzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e1942d13-3e8c-4915-b9f6-47b21b020e91","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":"MTdiYmRiMTE2MDg2ZDA1NzM0NzdjYTI4N2E2ZTNiMTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7c7779b-09b5-4fc5-9fb7-43d8b6a55656","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzUwYjhkNDNhMjJjMzgwNjljZmIwNzM4ZDY4MmRlMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"975982ca-b1c7-42e2-abbd-a57d208cced9","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T09:04:05.945Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:05.946Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:05.950Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:05.950Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:06.050Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:06.051Z||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. 2023-01-31T09:04:06.051Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:06.097Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:06.098Z||pool-100-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:06.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:06.953Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:06.955Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:06.955Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T09:04:07.056Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:07.057Z||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. 2023-01-31T09:04:07.057Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:07.086Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:07.087Z||pool-101-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:07.957Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:07.959Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:07.961Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:07.961Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T09:04:08.062Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2023-01-31T09:04:08.063Z||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. 2023-01-31T09:04:08.063Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:08.094Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:08.094Z||pool-102-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:04:08.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:08.962Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:08.964Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:08.964Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:09.064Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:09.067Z||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. 2023-01-31T09:04:09.067Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:09.103Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:09.103Z||pool-103-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:09.965Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:09.966Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:09.969Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:09.969Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T09:04:10.069Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:04:10.070Z||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. 2023-01-31T09:04:10.070Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:10.083Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:10.083Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:10.970Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:10.971Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:10.973Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:10.973Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:11.073Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:11.074Z||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. 2023-01-31T09:04:11.074Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:11.096Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:11.096Z||pool-105-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:11.973Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:11.974Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:11.976Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:11.976Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:04:12.076Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:12.077Z||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. 2023-01-31T09:04:12.077Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:12.091Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:12.091Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:12.977Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:04:12.978Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:12.981Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:12.981Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:04:13.081Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:13.082Z||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. 2023-01-31T09:04:13.082Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:13.096Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:13.097Z||pool-107-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:13.983Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9abfcfce-81c2-48b2-8db3-f0419387a6b7", "serviceDescription": "service", "serviceInvariantUUID": "a26b6d56-a031-47d1-a147-08d800a9b37b", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "d63a9d66-0ca2-44e0-8a69-37e376fee425", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "447ca4f1-d31d-4e91-9559-4e2f281e58ac", "resourceInvariantUUID": "1389f5c8-8ed3-469e-b0f0-040a23f31a5f", "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": "MTZmZmM4M2FiZjRhZTdhZDkxNGExZDZkYmQ3NmY0ZjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bd4f2c80-9fe2-4231-808e-c10fd17f0a0e", "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": "73606129-09ac-4a5a-9eff-ad134bce8158", "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": "210f3122-713b-46dc-8ec0-5803aefadb46", "generatedFromUUID": "73606129-09ac-4a5a-9eff-ad134bce8158" }, "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": "210f3122-713b-46dc-8ec0-5803aefadb46", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzUwYjhkNDNhMjJjMzgwNjljZmIwNzM4ZDY4MmRlMjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "975982ca-b1c7-42e2-abbd-a57d208cced9" } ], "workloadContext": "Production" } 2023-01-31T09:04:13.984Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T09:04:13.984Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9abfcfce-81c2-48b2-8db3-f0419387a6b7 ASDC 2023-01-31T09:04:13.985Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:a37767c5-1a79-46c2-a59f-7dce87713d7a ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9abfcfce-81c2-48b2-8db3-f0419387a6b7 ServiceInvariantUUID:a26b6d56-a031-47d1-a147-08d800a9b37b 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:975982ca-b1c7-42e2-abbd-a57d208cced9 ArtifactChecksum:YzUwYjhkNDNhMjJjMzgwNjljZmIwNzM4ZDY4MmRlMjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:d63a9d66-0ca2-44e0-8a69-37e376fee425 ResourceInvariantUUID:1389f5c8-8ed3-469e-b0f0-040a23f31a5f ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:447ca4f1-d31d-4e91-9559-4e2f281e58ac 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:bd4f2c80-9fe2-4231-808e-c10fd17f0a0e ArtifactChecksum:MTZmZmM4M2FiZjRhZTdhZDkxNGExZDZkYmQ3NmY0ZjI= 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:73606129-09ac-4a5a-9eff-ad134bce8158 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:210f3122-713b-46dc-8ec0-5803aefadb46 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:210f3122-713b-46dc-8ec0-5803aefadb46 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T09:04:13.985Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9abfcfce-81c2-48b2-8db3-f0419387a6b7 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=? 2023-01-31T09:04:14.038Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T09:04:14.039Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:04:14.039Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:04:14.039Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 975982ca-b1c7-42e2-abbd-a57d208cced9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T09:04:14.039Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:04:14.040Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T09:04:14.281Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:04:14.285Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 975982ca-b1c7-42e2-abbd-a57d208cced9 82613 2023-01-31T09:04:14.286Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-31T09:04:14.286Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T09:04:14.286Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:04:14.286Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:14.288Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:14.288Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155854286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:04:14.388Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:14.389Z||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. 2023-01-31T09:04:14.389Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:14.415Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:14.415Z||pool-108-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:15.289Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T09:04:15.290Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:04:15.290Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 975982ca-b1c7-42e2-abbd-a57d208cced9, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T09:04:15.290Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2023-01-31T09:04:15.291Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T09:04:15.291Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T09:04:15.478Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5093055678215212423/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2023-01-31T09:04:16.816Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T09:04:16.817Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-31T09:04:16.817Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T09:04:16.817Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T09:04:16.817Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.817Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.818Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T09:04:16.818Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.818Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.818Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.818Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2023-01-31T09:04:16.818Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-31T09:04:16.818Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.819Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:16.819Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:16.819Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-31T09:04:16.820Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T09:04:16.820Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.820Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:16.820Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:16.820Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-31T09:04:16.820Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T09:04:16.821Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.821Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:16.821Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.821Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-31T09:04:16.821Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2023-01-31T09:04:16.822Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2023-01-31T09:04:16.822Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2023-01-31T09:04:16.822Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T09:04:16.822Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T09:04:16.822Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.822Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T09:04:16.823Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.823Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:16.823Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:04:16.823Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.824Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:16.824Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:04:16.824Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.824Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:16.824Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:04:16.824Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.825Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-31T09:04:16.825Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T09:04:16.825Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T09:04:16.825Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=37a5b2e4-61b3-4ada-a195-48f0bd039584 2023-01-31T09:04:16.825Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.825Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:16.826Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.826Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:16.826Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.826Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:16.826Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:16.826Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:16.827Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9abfcfce-81c2-48b2-8db3-f0419387a6b7 Model Version:NULL Model InvariantUuid:a26b6d56-a031-47d1-a147-08d800a9b37b Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:8fb1ac89-dee8-4628-b47c-2122961f83a4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1389f5c8-8ed3-469e-b0f0-040a23f31a5f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d63a9d66-0ca2-44e0-8a69-37e376fee425 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:68b4d681-1e54-44e0-9f45-81e37807e5e6 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:047f51f0-e422-4b88-9f50-23a0af0a1609 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:37a5b2e4-61b3-4ada-a195-48f0bd039584 ModelInvariantUuid:892a1b42-4381-4eef-9d5a-bdebdc4f1cac ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:6e19ec18-60d9-4e2a-a1c9-f3d2ea5dcf7b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:d3cdff02-0654-4c29-a07a-22ff8dcdd96c ModelInvariantUuid:ae5cf3b4-0af3-4c8d-929f-3b8f9141b72f ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:b3279159-46f9-4b15-bd29-eb0e47c287e9 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=? 2023-01-31T09:04:16.831Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 447ca4f1-d31d-4e91-9559-4e2f281e58ac 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=? 2023-01-31T09:04:16.834Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2023-01-31T09:04:16.835Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 447ca4f1-d31d-4e91-9559-4e2f281e58ac 2023-01-31T09:04:16.835Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd4f2c80-9fe2-4231-808e-c10fd17f0a0e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2023-01-31T09:04:16.835Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:04:16.835Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.984Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:04:16.984Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json bd4f2c80-9fe2-4231-808e-c10fd17f0a0e 792 2023-01-31T09:04:16.985Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.985Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:16.985Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:04:16.986Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:17.004Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:17.004Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155856985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T09:04:17.088Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms 2023-01-31T09:04:17.089Z||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. 2023-01-31T09:04:17.089Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:17.117Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:17.118Z||pool-109-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:18.005Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "68b4d681-1e54-44e0-9f45-81e37807e5e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "047f51f0-e422-4b88-9f50-23a0af0a1609", "vfModuleModelCustomizationUUID": "9ebfd3f0-8341-4173-af74-9f00434b8c77", "isBase": true, "artifacts": [ "73606129-09ac-4a5a-9eff-ad134bce8158", "210f3122-713b-46dc-8ec0-5803aefadb46" ], "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": "" } } ] 2023-01-31T09:04:18.009Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:047f51f0-e422-4b88-9f50-23a0af0a1609 VfModuleModelInvariantUUID:68b4d681-1e54-44e0-9f45-81e37807e5e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 73606129-09ac-4a5a-9eff-ad134bce8158 , 210f3122-713b-46dc-8ec0-5803aefadb46 } 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 } 2023-01-31T09:04:18.010Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "68b4d681-1e54-44e0-9f45-81e37807e5e6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "047f51f0-e422-4b88-9f50-23a0af0a1609", "vfModuleModelCustomizationUUID": "9ebfd3f0-8341-4173-af74-9f00434b8c77", "isBase": true, "artifacts": [ "73606129-09ac-4a5a-9eff-ad134bce8158", "210f3122-713b-46dc-8ec0-5803aefadb46" ], "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": "" } } ] 2023-01-31T09:04:18.010Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:047f51f0-e422-4b88-9f50-23a0af0a1609 VfModuleModelInvariantUUID:68b4d681-1e54-44e0-9f45-81e37807e5e6 VfModuleModelDescription:NULL Artifacts UUID List:{ 73606129-09ac-4a5a-9eff-ad134bce8158 , 210f3122-713b-46dc-8ec0-5803aefadb46 } 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 } 2023-01-31T09:04:18.011Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 73606129-09ac-4a5a-9eff-ad134bce8158 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2023-01-31T09:04:18.011Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:04:18.011Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:18.065Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:04:18.065Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 73606129-09ac-4a5a-9eff-ad134bce8158 5033 2023-01-31T09:04:18.065Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:18.066Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:18.066Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:04:18.066Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:18.068Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:18.069Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155858065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T09:04:18.168Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:04:18.169Z||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. 2023-01-31T09:04:18.169Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:18.200Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:18.201Z||pool-110-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:19.069Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 210f3122-713b-46dc-8ec0-5803aefadb46 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2023-01-31T09:04:19.070Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:04:19.070Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:19.128Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:04:19.129Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 210f3122-713b-46dc-8ec0-5803aefadb46 903 2023-01-31T09:04:19.129Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:19.129Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:19.129Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:04:19.129Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:19.131Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:19.131Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155859129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:04:19.231Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:19.232Z||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. 2023-01-31T09:04:19.232Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:19.244Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:19.245Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:20.131Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9abfcfce-81c2-48b2-8db3-f0419387a6b7 2023-01-31T09:04:20.132Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 447ca4f1-d31d-4e91-9559-4e2f281e58ac 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=? 2023-01-31T09:04:20.143Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55ba6059, org.onap.sdc.toscaparser.api.parameters.Input@73385b54, org.onap.sdc.toscaparser.api.parameters.Input@44f67a10, org.onap.sdc.toscaparser.api.parameters.Input@299d6210, org.onap.sdc.toscaparser.api.parameters.Input@2fa377d2] 2023-01-31T09:04:20.144Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.144Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.144Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-31T09:04:20.144Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d63a9d66-0ca2-44e0-8a69-37e376fee425 2023-01-31T09:04:20.145Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d63a9d66-0ca2-44e0-8a69-37e376fee425 matches Tosca VF Customization UUID: d63a9d66-0ca2-44e0-8a69-37e376fee425 2023-01-31T09:04:20.145Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d63a9d66-0ca2-44e0-8a69-37e376fee425 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=? 2023-01-31T09:04:20.146Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.146Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.147Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d63a9d66-0ca2-44e0-8a69-37e376fee425: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2023-01-31T09:04:20.147Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2b6ec67b 2023-01-31T09:04:20.147Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.147Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T09:04:20.147Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9ebfd3f0-8341-4173-af74-9f00434b8c77 2023-01-31T09:04:20.147Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9ebfd3f0-8341-4173-af74-9f00434b8c77 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=? 2023-01-31T09:04:20.149Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.149Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:20.149Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:04:20.150Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.150Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:20.150Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:04:20.150Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.150Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2023-01-31T09:04:20.150Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2023-01-31T09:04:20.151Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2023-01-31T09:04:20.151Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=37a5b2e4-61b3-4ada-a195-48f0bd039584 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=? 2023-01-31T09:04:20.153Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.153Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:20.153Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:04:20.153Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.154Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2023-01-31T09:04:20.154Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d63a9d66-0ca2-44e0-8a69-37e376fee425 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=? 2023-01-31T09:04:20.154Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.155Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.155Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9abfcfce-81c2-48b2-8db3-f0419387a6b7: basic_vm_macro 2023-01-31T09:04:20.155Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.155Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.155Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.155Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.156Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.156Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.156Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.156Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.156Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:04:20.156Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:04:20.156Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 (?, ?, ?, ?, ?) 2023-01-31T09:04:20.222Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 447ca4f1-d31d-4e91-9559-4e2f281e58ac 1 ASDC deployResourceStructure 2023-01-31T09:04:20.223Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:20.223Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:20.223Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:04:20.223Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:20.225Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:20.225Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155860223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T09:04:20.325Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:04:20.326Z||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. 2023-01-31T09:04:20.327Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:20.346Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:20.346Z||pool-112-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:21.227Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:21.227Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:21.228Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:04:21.228Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:21.230Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:21.230Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155861226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-31T09:04:21.330Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:21.331Z||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. 2023-01-31T09:04:21.331Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:21.347Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:21.347Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:04:22.232Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:22.233Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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 2023-01-31T09:04:22.233Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:04:22.234Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:22.236Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:22.236Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155862232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-31T09:04:22.336Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:22.337Z||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. 2023-01-31T09:04:22.337Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:22.353Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:22.354Z||pool-114-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:23.237Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2023-01-31T09:04:23.238Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2023-01-31T09:04:23.238Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:04:23.239Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:04:23.240Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:04:23.241Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155863237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:04:23.341Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:04:23.341Z||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. 2023-01-31T09:04:23.342Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:04:23.363Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:04:23.363Z||pool-115-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:04:24.242Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:04:24.253Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:04:24.255Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:04:24.255Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:04:24.255Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:04:54.256Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:04:54.267Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:04:54.270Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:04:54.271Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:04:54.271Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:05:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:05:05.302Z||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. 2023-01-31T09:05:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:05:05.363Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:05:05.364Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:05:05.364Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:05:05.365Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:05:24.272Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:05:24.283Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:05:24.285Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:05:24.286Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:05:24.286Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:05:54.286Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:05:54.297Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:05:54.299Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:05:54.299Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:05:54.299Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:06:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:06:05.302Z||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. 2023-01-31T09:06:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:06:05.836Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:06:05.837Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.837Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.838Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155838122, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:06:05.838Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155846106, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.839Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T09:06:05.839Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.839Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.839Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155846911, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.840Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.840Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.840Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "aai-ml", "timestamp": 1675155847109, "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=? 2023-01-31T09:06:05.846Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a37767c5-1a79-46c2-a59f-7dce87713d7a 2023-01-31T09:06:05.847Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a37767c5-1a79-46c2-a59f-7dce87713d7a 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 (?, ?, ?, ?, ?) 2023-01-31T09:06:05.857Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.857Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.857Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2023-01-31T09:06:05.858Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155847992, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.859Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.859Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.859Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.859Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.860Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.860Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155849077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.860Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.860Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.861Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.861Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.861Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2023-01-31T09:06:05.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.862Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.862Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.862Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.863Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155850105, "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=? 2023-01-31T09:06:05.868Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a37767c5-1a79-46c2-a59f-7dce87713d7a 2023-01-31T09:06:05.868Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a37767c5-1a79-46c2-a59f-7dce87713d7a 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 (?, ?, ?, ?, ?) 2023-01-31T09:06:05.879Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.879Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.880Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.880Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.880Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.881Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.881Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.881Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155851109, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.882Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.882Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.882Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.883Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.884Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.885Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.885Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.885Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:06:05.886Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.887Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.887Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155854286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.888Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.888Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.888Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.889Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.889Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.889Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.890Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.890Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.890Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.891Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.891Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.891Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.892Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.892Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.892Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.893Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155846578, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:06:05.893Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.893Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155856985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.894Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.894Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.894Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.894Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.895Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.895Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.895Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155858065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155857458, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.896Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.897Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.898Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.898Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.898Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155859129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.899Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.899Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.899Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.899Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155849828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:06:05.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.900Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.900Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.900Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "cds", "timestamp": 1675155859075, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 2023-01-31T09:06:05.917Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e188d1b-358e-49dc-b4a3-83be886d625a 2023-01-31T09:06:05.917Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e188d1b-358e-49dc-b4a3-83be886d625a 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 (?, ?, ?, ?, ?) 2023-01-31T09:06:05.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.927Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155860223, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.928Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.928Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.928Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T09:06:05.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155860679, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.929Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.929Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "ves-openapi-manager", "timestamp": 1675155851351, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155861226, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.931Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-31T09:06:05.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155862232, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.933Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155863237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.934Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.934Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-31T09:06:05.935Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155864045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.935Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-31T09:06:05.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675155865062, "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=? 2023-01-31T09:06:05.942Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e188d1b-358e-49dc-b4a3-83be886d625a 2023-01-31T09:06:05.942Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e188d1b-358e-49dc-b4a3-83be886d625a 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 (?, ?, ?, ?, ?) 2023-01-31T09:06:05.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155854869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:06:05.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-31T09:06:05.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155865764, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.953Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:05.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155858122, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:06:05.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:06:05.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155868878, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155870084, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155871210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.956Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155872377, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T09:06:05.957Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155873455, "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=? 2023-01-31T09:06:05.962Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e188d1b-358e-49dc-b4a3-83be886d625a 2023-01-31T09:06:05.962Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e188d1b-358e-49dc-b4a3-83be886d625a 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 (?, ?, ?, ?, ?) 2023-01-31T09:06:05.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "multicloud-k8s-id", "timestamp": 1675155874458, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.972Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155876098, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:06:05.973Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:06:05.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:06:05.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "aai-ml", "timestamp": 1675155877101, "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=? 2023-01-31T09:06:05.978Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e188d1b-358e-49dc-b4a3-83be886d625a 2023-01-31T09:06:05.978Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e188d1b-358e-49dc-b4a3-83be886d625a 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 (?, ?, ?, ?, ?) 2023-01-31T09:06:24.300Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:06:24.309Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:06:24.311Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:06:24.311Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T09:06:24.311Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T09:06:24.311Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T09:06:24.311Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:06:24.312Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:06:24.312Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:06:24.312Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:06:24.312Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:06:24.312Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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=? 2023-01-31T09:06:24.316Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T09:06:54.317Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a37767c5-1a79-46c2-a59f-7dce87713d7a 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=? 2023-01-31T09:06:54.332Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a37767c5-1a79-46c2-a59f-7dce87713d7a and serviceModelVersionId: 9abfcfce-81c2-48b2-8db3-f0419387a6b7 2023-01-31T09:06:54.332Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a26b6d56-a031-47d1-a147-08d800a9b37b 2023-01-31T09:06:54.334Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0 2023-01-31T09:06:54.340Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T09:06:54.395Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0|INFO|500||Invoke 2023-01-31T09:06:54.396Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a37767c5-1a79-46c2-a59f-7dce87713d7a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fabdbeb5-ee3c-4c1a-b96b-239b11707ae9], X-ECOMP-RequestID=[a37767c5-1a79-46c2-a59f-7dce87713d7a], X-TransactionId=[], X-ONAP-RequestID=[a37767c5-1a79-46c2-a59f-7dce87713d7a], Content-Type=[application/merge-patch+json]} 2023-01-31T09:06:54.424Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T09:06:54.585Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?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/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 09:06:53 GMT], content-length=[0], vertex-id=[237776], x-aai-txid=[2-aai-resources-230131-09:06:53:836-10764], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T09:06:54.586Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-31T09:06:54.586Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a26b6d56-a031-47d1-a147-08d800a9b37b/model-vers/model-ver/9abfcfce-81c2-48b2-8db3-f0419387a6b7?depth=0|INFO|500||InvokeReturn 2023-01-31T09:06:54.587Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T09:06:54.587Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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=? 2023-01-31T09:06:54.592Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||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) 2023-01-31T09:06:54.592Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a37767c5-1a79-46c2-a59f-7dce87713d7a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T09:06:54.593Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T09:06:54.593Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:06:54.595Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:06:54.595Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156014592, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T09:06:54.696Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:06:54.697Z||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. 2023-01-31T09:06:54.697Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:06:54.712Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:06:54.712Z||pool-116-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=? 2023-01-31T09:06:55.613Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T09:06:55.613Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e188d1b-358e-49dc-b4a3-83be886d625a","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"c8e39680-76a4-4bd7-8716-eb0a4276ef96","serviceDescription":"service","serviceInvariantUUID":"27978af2-74e1-448c-a297-242c8c875821","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"33208f26-8e5f-48ce-a505-cfdb8c06d3c4","resourceInvariantUUID":"e5ccfd7a-442d-4858-8f32-ffc6915cd94e","resourceCustomizationUUID":"900ddd76-fb46-4a3f-abad-09d45d92a213","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"ZjFkNGJhMzExZmE5NmJlN2IzYzg1MzU2Yjc3MDAxN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"297ef8f4-9420-4aab-bf43-c43607f1accb","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MjZiYjdkNjZkYmM5MmRlYmRhMjU3OGM2NTczMjFkMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"26ec38ab-d42f-43a3-9d6f-67b40b39b207","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e325f195-211c-4d10-8c69-ffd69461a815","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"35970c6f-e373-4bc3-b462-90ce5d95bde6","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"44277fdc-54f8-472c-a667-78569448325e","artifactVersion":"2","generatedFromUUID":"c011dbd9-37ff-4dea-a6ee-3a87a47b49c2"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"73a78f43-6108-452c-b9bf-797ff8723a46","artifactVersion":"2","generatedFromUUID":"e325f195-211c-4d10-8c69-ffd69461a815"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c011dbd9-37ff-4dea-a6ee-3a87a47b49c2","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8c4fa9e9-040a-41af-8647-0448ba1cc27e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZTY4NThjYjkwYWI5YjdmY2M2YjkyNTUzODIzOGQwZTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3c334f5-29a5-4c66-9252-3c8b81986979","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MjkyZjE2ZTQwOTQyNDUwZjE1NDQyMDM0ZjA3ZmNkZjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d74d9ce-8677-4bbd-94ed-0b78d70d8bd5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T09:06:55.614Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:06:55.614Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:06:55.616Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:06:55.616Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:55.716Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:06:55.717Z||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. 2023-01-31T09:06:55.717Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:06:55.735Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:06:55.735Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:06:56.616Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:06:56.617Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:06:56.620Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:06:56.620Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T09:06:56.722Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2023-01-31T09:06:56.723Z||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. 2023-01-31T09:06:56.723Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:06:56.757Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:06:56.758Z||pool-118-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:06:57.621Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:06:57.622Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:06:57.624Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:06:57.624Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-31T09:06:57.724Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:06:57.725Z||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. 2023-01-31T09:06:57.725Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:06:57.746Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:06:57.747Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:06:58.625Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:06:58.625Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:06:58.627Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:06:58.627Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:06:58.727Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:06:58.728Z||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. 2023-01-31T09:06:58.728Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:06:58.765Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:06:58.766Z||pool-120-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:06:59.628Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:06:59.629Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:06:59.631Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:06:59.631Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-31T09:06:59.731Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:06:59.732Z||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. 2023-01-31T09:06:59.732Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:06:59.750Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:06:59.751Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:07:00.632Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:00.633Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:00.635Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:00.635Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-31T09:07:00.735Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:07:00.736Z||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. 2023-01-31T09:07:00.736Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:00.757Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:00.757Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:07:01.636Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:01.637Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:01.638Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:01.639Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-31T09:07:01.739Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:01.740Z||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. 2023-01-31T09:07:01.740Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:01.771Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:01.772Z||pool-123-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:02.639Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:02.640Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:02.641Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:02.641Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:02.742Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:02.743Z||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. 2023-01-31T09:07:02.743Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:02.766Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:02.767Z||pool-124-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:07:03.642Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:03.643Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:03.644Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:03.644Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:03.745Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:03.745Z||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. 2023-01-31T09:07:03.745Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:03.764Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:03.764Z||pool-125-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:04.645Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:04.646Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:04.647Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:04.648Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:07:04.748Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:04.749Z||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. 2023-01-31T09:07:04.749Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:04.765Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:04.765Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:07:05.302Z||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. 2023-01-31T09:07:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:05.649Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "c8e39680-76a4-4bd7-8716-eb0a4276ef96", "serviceDescription": "service", "serviceInvariantUUID": "27978af2-74e1-448c-a297-242c8c875821", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "900ddd76-fb46-4a3f-abad-09d45d92a213", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "33208f26-8e5f-48ce-a505-cfdb8c06d3c4", "resourceInvariantUUID": "e5ccfd7a-442d-4858-8f32-ffc6915cd94e", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MjZiYjdkNjZkYmM5MmRlYmRhMjU3OGM2NTczMjFkMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "26ec38ab-d42f-43a3-9d6f-67b40b39b207", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e325f195-211c-4d10-8c69-ffd69461a815", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73a78f43-6108-452c-b9bf-797ff8723a46", "generatedFromUUID": "e325f195-211c-4d10-8c69-ffd69461a815" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "44277fdc-54f8-472c-a667-78569448325e", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "73a78f43-6108-452c-b9bf-797ff8723a46", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c011dbd9-37ff-4dea-a6ee-3a87a47b49c2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MjkyZjE2ZTQwOTQyNDUwZjE1NDQyMDM0ZjA3ZmNkZjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d74d9ce-8677-4bbd-94ed-0b78d70d8bd5" } ], "workloadContext": "Production" } 2023-01-31T09:07:05.650Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T09:07:05.650Z|a37767c5-1a79-46c2-a59f-7dce87713d7a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 c8e39680-76a4-4bd7-8716-eb0a4276ef96 ASDC 2023-01-31T09:07:05.651Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:0e188d1b-358e-49dc-b4a3-83be886d625a ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:c8e39680-76a4-4bd7-8716-eb0a4276ef96 ServiceInvariantUUID:27978af2-74e1-448c-a297-242c8c875821 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:5d74d9ce-8677-4bbd-94ed-0b78d70d8bd5 ArtifactChecksum:MjkyZjE2ZTQwOTQyNDUwZjE1NDQyMDM0ZjA3ZmNkZjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:900ddd76-fb46-4a3f-abad-09d45d92a213 ResourceInvariantUUID:e5ccfd7a-442d-4858-8f32-ffc6915cd94e ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:33208f26-8e5f-48ce-a505-cfdb8c06d3c4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:26ec38ab-d42f-43a3-9d6f-67b40b39b207 ArtifactChecksum:MjZiYjdkNjZkYmM5MmRlYmRhMjU3OGM2NTczMjFkMWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:e325f195-211c-4d10-8c69-ffd69461a815 ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:73a78f43-6108-452c-b9bf-797ff8723a46 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:44277fdc-54f8-472c-a667-78569448325e ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:73a78f43-6108-452c-b9bf-797ff8723a46 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:c011dbd9-37ff-4dea-a6ee-3a87a47b49c2 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2023-01-31T09:07:05.651Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8e39680-76a4-4bd7-8716-eb0a4276ef96 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=? 2023-01-31T09:07:05.700Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T09:07:05.701Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:07:05.702Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:07:05.702Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d74d9ce-8677-4bbd-94ed-0b78d70d8bd5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:05.702Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:07:05.703Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:05.905Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:07:05.912Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 5d74d9ce-8677-4bbd-94ed-0b78d70d8bd5 162979 2023-01-31T09:07:05.912Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-31T09:07:05.913Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:05.913Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:07:05.913Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:05.915Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:05.915Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156025912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:07:05.935Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:05.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a37767c5-1a79-46c2-a59f-7dce87713d7a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156014592, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T09:07:05.936Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:07:05.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:05.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:07:05.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675155845299, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:07:05.939Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2023-01-31T09:07:06.016Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:07:06.016Z||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. 2023-01-31T09:07:06.016Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:06.033Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:06.033Z||pool-127-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:06.916Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T09:07:06.917Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:07:06.917Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5d74d9ce-8677-4bbd-94ed-0b78d70d8bd5, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:06.918Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2023-01-31T09:07:06.919Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:06.919Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:07.117Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3513703399072508952/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2023-01-31T09:07:08.374Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T09:07:08.375Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-31T09:07:08.375Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:08.375Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2023-01-31T09:07:08.375Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:08.375Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:08.376Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:08.376Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:08.376Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-31T09:07:08.376Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.376Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:08.376Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:08.376Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-31T09:07:08.377Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T09:07:08.377Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.377Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:08.377Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:08.377Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-31T09:07:08.377Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T09:07:08.377Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.378Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:08.378Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.378Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-31T09:07:08.378Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2023-01-31T09:07:08.378Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2023-01-31T09:07:08.378Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2023-01-31T09:07:08.378Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.379Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T09:07:08.379Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.379Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:08.379Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:07:08.379Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.379Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:08.379Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:07:08.380Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.380Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:08.380Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:07:08.380Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.380Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:08.380Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=06cac103-de60-4d5a-aeeb-ba2af9d73218 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.381Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:08.382Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.382Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:08.382Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:08.382Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:08.382Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:c8e39680-76a4-4bd7-8716-eb0a4276ef96 Model Version:NULL Model InvariantUuid:27978af2-74e1-448c-a297-242c8c875821 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:c541fcb1-b827-4924-8a25-c9defc7d26a0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e5ccfd7a-442d-4858-8f32-ffc6915cd94e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:900ddd76-fb46-4a3f-abad-09d45d92a213 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7e571f79-732d-4be4-9630-de1f10a4e8ab ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:6c6807e6-f840-45d7-9d06-f30b8babd82d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:36af2b64-c408-4870-bf2f-4e536d0f4db4 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:3e7c7854-4f75-4624-98b8-9194c8626768 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:06cac103-de60-4d5a-aeeb-ba2af9d73218 ModelInvariantUuid:cdb4b596-e708-426c-b5a0-6dd8d6d7ed13 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:175d35da-2dd8-4353-91c8-7dfed3b61a3c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:7e2c9c3e-22a9-4760-a9bb-759fb5ecde7f ModelInvariantUuid:02f6c438-9e2c-476f-83ff-5d1e77fc72d8 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:5bf77ea7-5721-4657-9508-1c4c17c47790 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=? 2023-01-31T09:07:08.386Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 33208f26-8e5f-48ce-a505-cfdb8c06d3c4 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=? 2023-01-31T09:07:08.388Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2023-01-31T09:07:08.388Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 33208f26-8e5f-48ce-a505-cfdb8c06d3c4 2023-01-31T09:07:08.388Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 26ec38ab-d42f-43a3-9d6f-67b40b39b207 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-31T09:07:08.388Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:07:08.388Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-31T09:07:08.456Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:07:08.456Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 26ec38ab-d42f-43a3-9d6f-67b40b39b207 1565 2023-01-31T09:07:08.456Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-31T09:07:08.456Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-31T09:07:08.456Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:07:08.457Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:08.459Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:08.459Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156028456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T09:07:08.559Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:08.560Z||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. 2023-01-31T09:07:08.560Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:08.575Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:08.575Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:09.459Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "36af2b64-c408-4870-bf2f-4e536d0f4db4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e7c7854-4f75-4624-98b8-9194c8626768", "vfModuleModelCustomizationUUID": "e1d48e49-0c3b-491d-b8d6-edb8ac5be6e9", "isBase": true, "artifacts": [ "e325f195-211c-4d10-8c69-ffd69461a815", "73a78f43-6108-452c-b9bf-797ff8723a46" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "7e571f79-732d-4be4-9630-de1f10a4e8ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6c6807e6-f840-45d7-9d06-f30b8babd82d", "vfModuleModelCustomizationUUID": "d95c88aa-a3b1-47f6-bf83-e9467bbd128e", "isBase": false, "artifacts": [ "c011dbd9-37ff-4dea-a6ee-3a87a47b49c2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-31T09:07:09.466Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3e7c7854-4f75-4624-98b8-9194c8626768 VfModuleModelInvariantUUID:36af2b64-c408-4870-bf2f-4e536d0f4db4 VfModuleModelDescription:NULL Artifacts UUID List:{ e325f195-211c-4d10-8c69-ffd69461a815 , 73a78f43-6108-452c-b9bf-797ff8723a46 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6c6807e6-f840-45d7-9d06-f30b8babd82d VfModuleModelInvariantUUID:7e571f79-732d-4be4-9630-de1f10a4e8ab VfModuleModelDescription:NULL Artifacts UUID List:{ c011dbd9-37ff-4dea-a6ee-3a87a47b49c2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-31T09:07:09.471Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "36af2b64-c408-4870-bf2f-4e536d0f4db4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3e7c7854-4f75-4624-98b8-9194c8626768", "vfModuleModelCustomizationUUID": "e1d48e49-0c3b-491d-b8d6-edb8ac5be6e9", "isBase": true, "artifacts": [ "e325f195-211c-4d10-8c69-ffd69461a815", "73a78f43-6108-452c-b9bf-797ff8723a46" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "7e571f79-732d-4be4-9630-de1f10a4e8ab", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6c6807e6-f840-45d7-9d06-f30b8babd82d", "vfModuleModelCustomizationUUID": "d95c88aa-a3b1-47f6-bf83-e9467bbd128e", "isBase": false, "artifacts": [ "c011dbd9-37ff-4dea-a6ee-3a87a47b49c2" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2023-01-31T09:07:09.471Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3e7c7854-4f75-4624-98b8-9194c8626768 VfModuleModelInvariantUUID:36af2b64-c408-4870-bf2f-4e536d0f4db4 VfModuleModelDescription:NULL Artifacts UUID List:{ e325f195-211c-4d10-8c69-ffd69461a815 , 73a78f43-6108-452c-b9bf-797ff8723a46 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:6c6807e6-f840-45d7-9d06-f30b8babd82d VfModuleModelInvariantUUID:7e571f79-732d-4be4-9630-de1f10a4e8ab VfModuleModelDescription:NULL Artifacts UUID List:{ c011dbd9-37ff-4dea-a6ee-3a87a47b49c2 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2023-01-31T09:07:09.471Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e325f195-211c-4d10-8c69-ffd69461a815 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-31T09:07:09.471Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:07:09.472Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-31T09:07:09.544Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:07:09.545Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e325f195-211c-4d10-8c69-ffd69461a815 914 2023-01-31T09:07:09.545Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-31T09:07:09.545Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-31T09:07:09.545Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:07:09.546Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:09.547Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:09.547Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156029545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T09:07:09.648Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:09.649Z||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. 2023-01-31T09:07:09.649Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:09.669Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:09.669Z||pool-129-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:10.548Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 44277fdc-54f8-472c-a667-78569448325e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-31T09:07:10.549Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:07:10.549Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-31T09:07:10.663Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:07:10.663Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 44277fdc-54f8-472c-a667-78569448325e 12 2023-01-31T09:07:10.664Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-31T09:07:10.664Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2023-01-31T09:07:10.664Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:07:10.664Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:10.666Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:10.666Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156030664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:07:10.767Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:10.768Z||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. 2023-01-31T09:07:10.768Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:10.784Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:10.784Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:11.667Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 73a78f43-6108-452c-b9bf-797ff8723a46 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-31T09:07:11.668Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:07:11.668Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-31T09:07:11.814Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:07:11.814Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 73a78f43-6108-452c-b9bf-797ff8723a46 96 2023-01-31T09:07:11.815Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-31T09:07:11.815Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-31T09:07:11.815Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:07:11.815Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:11.817Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:11.817Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156031815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:07:11.917Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:11.918Z||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. 2023-01-31T09:07:11.918Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:11.934Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:11.934Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:07:12.818Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c011dbd9-37ff-4dea-a6ee-3a87a47b49c2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-31T09:07:12.819Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:07:12.819Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-31T09:07:12.913Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:07:12.914Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz c011dbd9-37ff-4dea-a6ee-3a87a47b49c2 20206 2023-01-31T09:07:12.914Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-31T09:07:12.914Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2023-01-31T09:07:12.914Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:07:12.914Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:12.916Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:12.916Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T09:07:13.016Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:13.017Z||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. 2023-01-31T09:07:13.017Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:13.067Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:13.067Z||pool-132-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:13.921Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c8e39680-76a4-4bd7-8716-eb0a4276ef96 2023-01-31T09:07:13.921Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 33208f26-8e5f-48ce-a505-cfdb8c06d3c4 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2023-01-31T09:07:13.929Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b5137bb, org.onap.sdc.toscaparser.api.parameters.Input@154bfdba, org.onap.sdc.toscaparser.api.parameters.Input@64c35b54, org.onap.sdc.toscaparser.api.parameters.Input@603f09f5, org.onap.sdc.toscaparser.api.parameters.Input@52e106a6] 2023-01-31T09:07:13.930Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.931Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.931Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2023-01-31T09:07:13.931Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 900ddd76-fb46-4a3f-abad-09d45d92a213 2023-01-31T09:07:13.931Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 900ddd76-fb46-4a3f-abad-09d45d92a213 matches Tosca VF Customization UUID: 900ddd76-fb46-4a3f-abad-09d45d92a213 2023-01-31T09:07:13.932Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 900ddd76-fb46-4a3f-abad-09d45d92a213 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=? 2023-01-31T09:07:13.933Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.934Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.934Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 900ddd76-fb46-4a3f-abad-09d45d92a213: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2023-01-31T09:07:13.935Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e02ab4a 2023-01-31T09:07:13.935Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.935Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2023-01-31T09:07:13.935Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d95c88aa-a3b1-47f6-bf83-e9467bbd128e 2023-01-31T09:07:13.936Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d95c88aa-a3b1-47f6-bf83-e9467bbd128e 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=? 2023-01-31T09:07:13.938Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.938Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:13.938Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:07:13.938Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.938Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:13.939Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2023-01-31T09:07:13.939Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.939Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2023-01-31T09:07:13.939Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=900ddd76-fb46-4a3f-abad-09d45d92a213 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=? 2023-01-31T09:07:13.940Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.941Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.941Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c8e39680-76a4-4bd7-8716-eb0a4276ef96: basic_cnf_macro 2023-01-31T09:07:13.941Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.941Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.941Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.941Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.942Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.942Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.942Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.942Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.942Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:07:13.942Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:07:13.943Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2023-01-31T09:07:13.971Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 33208f26-8e5f-48ce-a505-cfdb8c06d3c4 2 ASDC deployResourceStructure 2023-01-31T09:07:13.972Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2023-01-31T09:07:13.972Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2023-01-31T09:07:13.972Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:07:13.972Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:13.974Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:13.974Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156033972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T09:07:14.074Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:14.075Z||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. 2023-01-31T09:07:14.075Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:14.113Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:14.113Z||pool-133-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:14.975Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2023-01-31T09:07:14.975Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2023-01-31T09:07:14.976Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:07:14.976Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:14.978Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:14.978Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156034975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-31T09:07:15.078Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:15.079Z||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. 2023-01-31T09:07:15.079Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:15.109Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:15.109Z||pool-134-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:07:15.979Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2023-01-31T09:07:15.980Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2023-01-31T09:07:15.980Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T09:07:15.980Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:15.982Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:15.982Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156035979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-31T09:07:16.082Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:16.083Z||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. 2023-01-31T09:07:16.084Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:16.139Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:16.140Z||pool-135-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:16.983Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2023-01-31T09:07:16.983Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2023-01-31T09:07:16.984Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:07:16.984Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:16.991Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:16.991Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156036983, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-31T09:07:17.086Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2023-01-31T09:07:17.087Z||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. 2023-01-31T09:07:17.087Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:17.105Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:17.105Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:17.992Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2023-01-31T09:07:17.992Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2023-01-31T09:07:17.992Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2023-01-31T09:07:17.992Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:17.994Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:17.995Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156037992, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-31T09:07:18.095Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:18.096Z||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. 2023-01-31T09:07:18.096Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:18.148Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:18.149Z||pool-137-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:18.995Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2023-01-31T09:07:18.996Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2023-01-31T09:07:18.996Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:07:18.997Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:18.999Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:18.999Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156038995, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:07:19.099Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:19.099Z||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. 2023-01-31T09:07:19.100Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:19.128Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:19.128Z||pool-138-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:07:20.000Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e188d1b-358e-49dc-b4a3-83be886d625a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:07:20.012Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e188d1b-358e-49dc-b4a3-83be886d625a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:07:20.015Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:07:20.016Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T09:07:20.016Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T09:07:20.016Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T09:07:20.016Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:07:20.016Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:07:20.017Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:07:20.017Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:07:20.017Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:07:20.017Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||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=? 2023-01-31T09:07:20.022Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T09:07:50.022Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e188d1b-358e-49dc-b4a3-83be886d625a 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=? 2023-01-31T09:07:50.027Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e188d1b-358e-49dc-b4a3-83be886d625a and serviceModelVersionId: c8e39680-76a4-4bd7-8716-eb0a4276ef96 2023-01-31T09:07:50.028Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27978af2-74e1-448c-a297-242c8c875821 2023-01-31T09:07:50.028Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0 2023-01-31T09:07:50.032Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T09:07:50.067Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0|INFO|500||Invoke 2023-01-31T09:07:50.068Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0e188d1b-358e-49dc-b4a3-83be886d625a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f4e68c10-f20c-41fc-a53f-1d3830f3be8c], X-ECOMP-RequestID=[0e188d1b-358e-49dc-b4a3-83be886d625a], X-TransactionId=[], X-ONAP-RequestID=[0e188d1b-358e-49dc-b4a3-83be886d625a], Content-Type=[application/merge-patch+json]} 2023-01-31T09:07:50.097Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T09:07:50.438Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?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/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 09:07:49 GMT], content-length=[0], vertex-id=[217232], x-aai-txid=[2-aai-resources-230131-09:07:49:512-16421], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T09:07:50.439Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0|DEBUG|500||Response was returned with an empty entity. 2023-01-31T09:07:50.440Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27978af2-74e1-448c-a297-242c8c875821/model-vers/model-ver/c8e39680-76a4-4bd7-8716-eb0a4276ef96?depth=0|INFO|500||InvokeReturn 2023-01-31T09:07:50.441Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T09:07:50.441Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||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=? 2023-01-31T09:07:50.445Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||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) 2023-01-31T09:07:50.446Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e188d1b-358e-49dc-b4a3-83be886d625a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T09:07:50.446Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T09:07:50.446Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:50.448Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:50.448Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156070446, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T09:07:50.548Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:50.549Z||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. 2023-01-31T09:07:50.549Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:50.643Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:50.643Z||pool-139-thread-1|||||INFO|500||cambria reply ok (95 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=? 2023-01-31T09:07:51.463Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:07:51.464Z|0e188d1b-358e-49dc-b4a3-83be886d625a|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. 2023-01-31T09:07:51.464Z|0e188d1b-358e-49dc-b4a3-83be886d625a|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:56.097Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:56.098Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||received message from topic 2023-01-31T09:07:56.098Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"d836ff93-b5fc-4b0f-9159-0256e3570f7d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"44977643-cacb-49cd-ae67-bb8d45583b50","serviceDescription":"service","serviceInvariantUUID":"1c9726ae-55a5-422c-ad3c-61b6b2d03c8d","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9597fdc2-fa25-4a51-ad02-fd61e53b67bb","resourceInvariantUUID":"11577c2d-cf74-4d39-9f9b-c8d804d4caa7","resourceCustomizationUUID":"cf445303-e641-43a7-a7c2-60188dba711c","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":"NWMxMzAxNWI4MDg4NjZiMjgzOTczZTM0ZDkxZTU4YjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09d0f2ce-c54d-44e7-96f1-05eb058a145e","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":"b3675995-a36d-4389-bb89-9eaaa4744226","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":"7c2c989e-4f9d-423b-830e-daf3eefa55fa","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":"OGFhMDVhMGQyMTU0ZGNkNGNiZTk3OWMyNmE5ZGQzMmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7cd43bb6-d1f2-4908-83d8-14f421c08b0b","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":"ff2f577e-604a-4ec6-a9b0-e68830d52042","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":"3f8cd963-a667-4c06-accc-b1c14794c46b","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":"80d9abce-bb05-4e0c-88ee-d10c0f8e89fe","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":"NTZlOTBmZDUxYWUwNzY0M2Q3MTQ3MjUwMDhiOTVmNTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"368bb3bd-c900-4af6-b47e-2f4096b7257c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OGY3MWMxMjJlNzkxMzJiMjczZGYwYTQ4NjJiNTM1MGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fccb1d04-b305-4233-a09b-66fd94ed9ce5","artifactVersion":"1"}],"workloadContext":"Production"} 2023-01-31T09:07:56.100Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:56.100Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:56.102Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:56.102Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:56.202Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:56.203Z||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. 2023-01-31T09:07:56.203Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:56.303Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:56.304Z||pool-140-thread-1|||||INFO|500||cambria reply ok (102 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:57.103Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:57.103Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:57.105Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:57.105Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:57.205Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:57.206Z||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. 2023-01-31T09:07:57.206Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:57.229Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:57.230Z||pool-141-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:58.105Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:58.106Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:58.108Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:58.108Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:58.208Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:58.209Z||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. 2023-01-31T09:07:58.209Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:58.234Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:58.234Z||pool-142-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:07:59.108Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:07:59.109Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:07:59.111Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:07:59.111Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:07:59.211Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:07:59.212Z||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. 2023-01-31T09:07:59.212Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:07:59.251Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:07:59.251Z||pool-143-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:08:00.111Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:08:00.113Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:08:00.115Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:08:00.115Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:08:00.215Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:08:00.215Z||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. 2023-01-31T09:08:00.215Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:00.287Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:00.288Z||pool-144-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:08:01.115Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:08:01.116Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:08:01.118Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:08:01.118Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:08:01.218Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:08:01.219Z||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. 2023-01-31T09:08:01.219Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:01.259Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:01.260Z||pool-145-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:08:02.118Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:08:02.119Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:08:02.121Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:08:02.121Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:08:02.221Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:08:02.222Z||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. 2023-01-31T09:08:02.222Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:02.347Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:02.347Z||pool-146-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":1,"count":1} 2023-01-31T09:08:03.122Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:08:03.123Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:08:03.124Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:08:03.125Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:08:03.224Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:08:03.225Z||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. 2023-01-31T09:08:03.225Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:03.245Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:03.245Z||pool-147-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:08:04.125Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2023-01-31T09:08:04.126Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:08:04.129Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:08:04.129Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:08:04.228Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2023-01-31T09:08:04.229Z||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. 2023-01-31T09:08:04.229Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:04.250Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:04.250Z||pool-148-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:08:05.130Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "44977643-cacb-49cd-ae67-bb8d45583b50", "serviceDescription": "service", "serviceInvariantUUID": "1c9726ae-55a5-422c-ad3c-61b6b2d03c8d", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "cf445303-e641-43a7-a7c2-60188dba711c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "9597fdc2-fa25-4a51-ad02-fd61e53b67bb", "resourceInvariantUUID": "11577c2d-cf74-4d39-9f9b-c8d804d4caa7", "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": "OGY3MWMxMjJlNzkxMzJiMjczZGYwYTQ4NjJiNTM1MGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fccb1d04-b305-4233-a09b-66fd94ed9ce5" } ], "workloadContext": "Production" } 2023-01-31T09:08:05.131Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2023-01-31T09:08:05.131Z|0e188d1b-358e-49dc-b4a3-83be886d625a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44977643-cacb-49cd-ae67-bb8d45583b50 ASDC 2023-01-31T09:08:05.132Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:d836ff93-b5fc-4b0f-9159-0256e3570f7d ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:44977643-cacb-49cd-ae67-bb8d45583b50 ServiceInvariantUUID:1c9726ae-55a5-422c-ad3c-61b6b2d03c8d 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:fccb1d04-b305-4233-a09b-66fd94ed9ce5 ArtifactChecksum:OGY3MWMxMjJlNzkxMzJiMjczZGYwYTQ4NjJiNTM1MGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:cf445303-e641-43a7-a7c2-60188dba711c ResourceInvariantUUID:11577c2d-cf74-4d39-9f9b-c8d804d4caa7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:9597fdc2-fa25-4a51-ad02-fd61e53b67bb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2023-01-31T09:08:05.132Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44977643-cacb-49cd-ae67-bb8d45583b50 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 (?, ?, ?, ?, ?) 2023-01-31T09:08:05.162Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T09:08:05.163Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:08:05.163Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:08:05.163Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fccb1d04-b305-4233-a09b-66fd94ed9ce5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T09:08:05.163Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2023-01-31T09:08:05.163Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T09:08:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:08:05.302Z||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. 2023-01-31T09:08:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:05.323Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2023-01-31T09:08:05.327Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fccb1d04-b305-4233-a09b-66fd94ed9ce5 110863 2023-01-31T09:08:05.328Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-31T09:08:05.328Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T09:08:05.328Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2023-01-31T09:08:05.328Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:08:05.330Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:08:05.330Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156085328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:08:05.430Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:08:05.430Z||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. 2023-01-31T09:08:05.430Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:05.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:05.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2023-01-31T09:08:05.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156025912, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:08:05.441Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:08:05.444Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:05.444Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:08:06.330Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2023-01-31T09:08:06.331Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2023-01-31T09:08:06.331Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: fccb1d04-b305-4233-a09b-66fd94ed9ce5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T09:08:06.332Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2023-01-31T09:08:06.332Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T09:08:06.332Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T09:08:06.433Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3482087429556830961/Definitions/service-TestPnfMacro-template.yml 2023-01-31T09:08:07.206Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2023-01-31T09:08:07.207Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-31T09:08:07.207Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2023-01-31T09:08:07.207Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2023-01-31T09:08:07.207Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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 2023-01-31T09:08:07.207Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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 2023-01-31T09:08:07.207Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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 2023-01-31T09:08:07.207Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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 2023-01-31T09:08:07.208Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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 2023-01-31T09:08:07.208Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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 2023-01-31T09:08:07.208Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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 2023-01-31T09:08:07.208Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2023-01-31T09:08:07.208Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.208Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.208Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-31T09:08:07.209Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-31T09:08:07.209Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T09:08:07.209Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.209Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.209Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2023-01-31T09:08:07.210Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2023-01-31T09:08:07.210Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2023-01-31T09:08:07.210Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.210Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.210Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.210Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.210Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.211Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.211Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.211Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.211Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.211Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.211Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:44977643-cacb-49cd-ae67-bb8d45583b50 Model Version:NULL Model InvariantUuid:1c9726ae-55a5-422c-ad3c-61b6b2d03c8d 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=? 2023-01-31T09:08:07.215Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9597fdc2-fa25-4a51-ad02-fd61e53b67bb 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=? 2023-01-31T09:08:07.218Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||test-pnf 0 2023-01-31T09:08:07.218Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9597fdc2-fa25-4a51-ad02-fd61e53b67bb 2023-01-31T09:08:07.218Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 44977643-cacb-49cd-ae67-bb8d45583b50 2023-01-31T09:08:07.218Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 44977643-cacb-49cd-ae67-bb8d45583b50 2023-01-31T09:08:07.218Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9597fdc2-fa25-4a51-ad02-fd61e53b67bb 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=? 2023-01-31T09:08:07.221Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d7361f6, org.onap.sdc.toscaparser.api.parameters.Input@2a35a02f, org.onap.sdc.toscaparser.api.parameters.Input@76acd1e8, org.onap.sdc.toscaparser.api.parameters.Input@ec707f7, org.onap.sdc.toscaparser.api.parameters.Input@784dab08] 2023-01-31T09:08:07.221Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.221Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.222Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 44977643-cacb-49cd-ae67-bb8d45583b50: test-pnf 2023-01-31T09:08:07.222Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 9597fdc2-fa25-4a51-ad02-fd61e53b67bb 2023-01-31T09:08:07.222Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2023-01-31T09:08:07.222Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2023-01-31T09:08:07.222Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||Resource customization UUID: cf445303-e641-43a7-a7c2-60188dba711c is the same as notified resource customizationUUID: cf445303-e641-43a7-a7c2-60188dba711c 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 (?, ?) 2023-01-31T09:08:07.245Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9597fdc2-fa25-4a51-ad02-fd61e53b67bb 0 ASDC deployResourceStructure 2023-01-31T09:08:07.246Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2023-01-31T09:08:07.246Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2023-01-31T09:08:07.246Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2023-01-31T09:08:07.246Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:08:07.248Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:08:07.248Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156087245, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:08:07.348Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:08:07.349Z||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. 2023-01-31T09:08:07.349Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:08:07.394Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:08:07.395Z||pool-150-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2023-01-31T09:08:08.249Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:08:08.259Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:08:08.261Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:08:08.261Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:08:08.261Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:08:38.261Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:08:38.271Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:08:38.273Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:08:38.273Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:08:38.273Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:09:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:09:05.303Z||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. 2023-01-31T09:09:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:09:05.359Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:09:05.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156028456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156029545, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156030664, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156031815, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156032914, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156033972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156034975, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156035979, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-31T09:09:05.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156036983, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156037992, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156038995, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e188d1b-358e-49dc-b4a3-83be886d625a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156070446, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T09:09:05.363Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.368Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.369Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156064869, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:09:05.370Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156071348, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156071578, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156080307, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156081360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.373Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156081501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156082411, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.374Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "ves-openapi-manager", "timestamp": 1675156083418, "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=? 2023-01-31T09:09:05.382Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d836ff93-b5fc-4b0f-9159-0256e3570f7d 2023-01-31T09:09:05.382Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d836ff93-b5fc-4b0f-9159-0256e3570f7d 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 (?, ?, ?, ?, ?) 2023-01-31T09:09:05.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "cds", "timestamp": 1675156082905, "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=? 2023-01-31T09:09:05.396Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d836ff93-b5fc-4b0f-9159-0256e3570f7d 2023-01-31T09:09:05.396Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d836ff93-b5fc-4b0f-9159-0256e3570f7d 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 (?, ?, ?, ?, ?) 2023-01-31T09:09:05.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156071463, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:09:05.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:05.404Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:09:05.404Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:09:05.404Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:09:08.274Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:09:08.283Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:09:08.284Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:09:08.284Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:09:08.284Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:09:38.285Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:09:38.294Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:09:38.296Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:09:38.297Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:09:38.297Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:10:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:10:05.302Z||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. 2023-01-31T09:10:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:10:05.373Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:10:05.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:10:05.374Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156085328, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:10:05.375Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:10:08.297Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:10:08.305Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:10:08.307Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:10:08.307Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:10:08.307Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:10:38.308Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:10:38.318Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:10:38.320Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:10:38.320Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2023-01-31T09:10:38.321Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2023-01-31T09:11:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:11:05.302Z||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. 2023-01-31T09:11:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:11:05.845Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:11:05.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156087245, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:11:05.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156086695, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "multicloud-k8s-id", "timestamp": 1675156078122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "aai-ml", "timestamp": 1675156087699, "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=? 2023-01-31T09:11:05.854Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d836ff93-b5fc-4b0f-9159-0256e3570f7d 2023-01-31T09:11:05.854Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d836ff93-b5fc-4b0f-9159-0256e3570f7d 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 (?, ?, ?, ?, ?) 2023-01-31T09:11:05.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.864Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.864Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.864Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.865Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156089828, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2023-01-31T09:11:05.866Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156099793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2023-01-31T09:11:05.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:11:05.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156102942, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2023-01-31T09:11:05.867Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:11:05.867Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:11:05.867Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1675156103947, "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=? 2023-01-31T09:11:05.871Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d836ff93-b5fc-4b0f-9159-0256e3570f7d 2023-01-31T09:11:05.872Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d836ff93-b5fc-4b0f-9159-0256e3570f7d 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 (?, ?, ?, ?, ?) 2023-01-31T09:11:08.321Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=? 2023-01-31T09:11:08.332Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2023-01-31T09:11:08.334Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2023-01-31T09:11:08.334Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2023-01-31T09:11:08.334Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2023-01-31T09:11:08.334Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2023-01-31T09:11:08.334Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:11:08.334Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:11:08.335Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:11:08.335Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:11:08.335Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2023-01-31T09:11:08.335Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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=? 2023-01-31T09:11:08.340Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2023-01-31T09:11:38.340Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d 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=? 2023-01-31T09:11:38.346Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d836ff93-b5fc-4b0f-9159-0256e3570f7d and serviceModelVersionId: 44977643-cacb-49cd-ae67-bb8d45583b50 2023-01-31T09:11:38.346Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c9726ae-55a5-422c-ad3c-61b6b2d03c8d 2023-01-31T09:11:38.347Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c9726ae-55a5-422c-ad3c-61b6b2d03c8d/model-vers/model-ver/44977643-cacb-49cd-ae67-bb8d45583b50?depth=0 2023-01-31T09:11:38.350Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2023-01-31T09:11:38.393Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9726ae-55a5-422c-ad3c-61b6b2d03c8d/model-vers/model-ver/44977643-cacb-49cd-ae67-bb8d45583b50?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]} 2023-01-31T09:11:38.394Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9726ae-55a5-422c-ad3c-61b6b2d03c8d/model-vers/model-ver/44977643-cacb-49cd-ae67-bb8d45583b50?depth=0|INFO|500||Invoke 2023-01-31T09:11:38.412Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9726ae-55a5-422c-ad3c-61b6b2d03c8d/model-vers/model-ver/44977643-cacb-49cd-ae67-bb8d45583b50?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2023-01-31T09:11:38.568Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9726ae-55a5-422c-ad3c-61b6b2d03c8d/model-vers/model-ver/44977643-cacb-49cd-ae67-bb8d45583b50?depth=0|INFO|500||InvokeReturn 2023-01-31T09:11:38.569Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c9726ae-55a5-422c-ad3c-61b6b2d03c8d/model-vers/model-ver/44977643-cacb-49cd-ae67-bb8d45583b50?depth=0 has http status code:200 and response headers:{date=[Tue, 31 Jan 2023 09:11:37 GMT], content-length=[0], vertex-id=[295008], x-aai-txid=[1-aai-resources-230131-09:11:37:816-89246], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]} 2023-01-31T09:11:38.570Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2023-01-31T09:11:38.570Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2023-01-31T09:11:38.570Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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=? 2023-01-31T09:11:38.573Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||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) 2023-01-31T09:11:38.573Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d836ff93-b5fc-4b0f-9159-0256e3570f7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2023-01-31T09:11:38.574Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2023-01-31T09:11:38.574Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2023-01-31T09:11:38.576Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2023-01-31T09:11:38.576Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156298574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T09:11:38.676Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2023-01-31T09:11:38.677Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2023-01-31T09:11:38.677Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:11:38.702Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:11:38.703Z||pool-151-thread-1|||||INFO|500||cambria reply ok (26 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=? 2023-01-31T09:11:39.607Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:11:39.607Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:11:39.607Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:11:50.167Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:11:50.167Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:11:50.168Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:11:50.168Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:11:59.861Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:11:59.862Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:11:59.863Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:11:59.863Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:12:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:12:05.303Z||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. 2023-01-31T09:12:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:12:05.970Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:12:05.970Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2023-01-31T09:12:05.971Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d836ff93-b5fc-4b0f-9159-0256e3570f7d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1675156298574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2023-01-31T09:12:05.972Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2023-01-31T09:12:09.471Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:12:09.472Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:12:09.472Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:12:09.472Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:12:19.159Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:12:19.160Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:12:19.160Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:12:19.160Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:12:28.760Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:12:28.760Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:12:28.761Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:12:28.761Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:12:38.342Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:12:38.343Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:12:38.343Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:12:38.344Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:12:48.016Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:13:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:13:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:13:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:13:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:13:05.303Z||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. 2023-01-31T09:13:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:13:14.904Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:13:14.912Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:14:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:14:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:14:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:14:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:14:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T09:14:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:14:14.909Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:14:14.938Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:15:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:15:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:15:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:15:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:15:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T09:15:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:15:14.912Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:15:14.912Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:16:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:16:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:16:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:16:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:16:05.302Z||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. 2023-01-31T09:16:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:16:14.872Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:16:14.932Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:17:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:17:05.301Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:17:05.301Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:17:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:17:05.302Z||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. 2023-01-31T09:17:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:17:14.930Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:17:14.933Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:18:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:18:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:18:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:18:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:18:05.302Z||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. 2023-01-31T09:18:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:18:14.928Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:18:14.971Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:19:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:19:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:19:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:19:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:19:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:19:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:19:14.928Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:19:14.988Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:20:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:20:05.299Z||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. 2023-01-31T09:20:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:20:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:20:05.302Z||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. 2023-01-31T09:20:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:20:14.895Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:20:14.916Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:21:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:21:05.300Z||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. 2023-01-31T09:21:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:21:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:21:05.302Z||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. 2023-01-31T09:21:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:21:14.880Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:21:14.888Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:22:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:22:05.299Z||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. 2023-01-31T09:22:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:22:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:22:05.302Z||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. 2023-01-31T09:22:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:22:14.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:22:14.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:23:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:23:05.299Z||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. 2023-01-31T09:23:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:23:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:23:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:23:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:23:15.043Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:23:15.050Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:24:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:24:05.300Z||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. 2023-01-31T09:24:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:24:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:24:05.304Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:24:05.304Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:24:14.883Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:24:14.915Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:25:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:25:05.300Z||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. 2023-01-31T09:25:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:25:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:25:05.303Z||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. 2023-01-31T09:25:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:25:14.933Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:25:14.940Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:26:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:26:05.300Z||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. 2023-01-31T09:26:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:26:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:26:05.302Z||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. 2023-01-31T09:26:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:26:14.902Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:26:14.923Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:27:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:27:05.300Z||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. 2023-01-31T09:27:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:27:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:27:05.303Z||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. 2023-01-31T09:27:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:27:14.964Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:27:14.978Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:28:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:28:05.299Z||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. 2023-01-31T09:28:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:28:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:28:05.302Z||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. 2023-01-31T09:28:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:28:14.905Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:28:14.947Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:29:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:29:05.299Z||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. 2023-01-31T09:29:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:29:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:29:05.302Z||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. 2023-01-31T09:29:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:29:14.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:29:14.973Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:30:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:30:05.299Z||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. 2023-01-31T09:30:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:30:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:30:05.302Z||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. 2023-01-31T09:30:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:30:14.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:30:14.980Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:31:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:31:05.300Z||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. 2023-01-31T09:31:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:31:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:31:05.302Z||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. 2023-01-31T09:31:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:31:14.969Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:31:14.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:32:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:32:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:32:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:32:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:32:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:32:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:32:14.893Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:32:14.938Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:33:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:33:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:33:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:33:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:33:05.302Z||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. 2023-01-31T09:33:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:33:14.946Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:33:14.951Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:34:05.299Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:34:05.300Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:34:05.300Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:34:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:34:05.302Z||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. 2023-01-31T09:34:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:34:14.972Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:34:14.972Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:35:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:35:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:35:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:35:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:35:05.302Z||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. 2023-01-31T09:35:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:35:14.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:35:15.111Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:36:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:36:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:36:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:36:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:36:05.303Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:36:05.303Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:36:14.897Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:36:14.928Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:37:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:37:05.301Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:37:05.301Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:37:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:37:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:37:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:37:14.889Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:37:14.906Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:38:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:38:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:38:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:38:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:38:05.302Z||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. 2023-01-31T09:38:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:38:14.884Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:38:14.886Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:39:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:39:05.300Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:39:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:39:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:39:05.302Z||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. 2023-01-31T09:39:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:39:14.890Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:39:14.891Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:40:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:40:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:40:05.299Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:40:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:40:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T09:40:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:40:14.890Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:40:14.911Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:41:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:41:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:41:05.299Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:41:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:41:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:41:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:41:14.983Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:41:15.054Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:42:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:42:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:42:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:42:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:42:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:42:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:42:14.913Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:42:14.928Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:43:05.299Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:43:05.299Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2023-01-31T09:43:05.300Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:43:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:43:05.302Z||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. 2023-01-31T09:43:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:43:14.896Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:43:14.896Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:44:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:44:05.300Z||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. 2023-01-31T09:44:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:44:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:44:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T09:44:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:44:14.881Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:44:14.884Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:45:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:45:05.300Z||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. 2023-01-31T09:45:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:45:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:45:05.302Z||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. 2023-01-31T09:45:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:45:14.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:45:14.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:46:05.299Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:46:05.300Z||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. 2023-01-31T09:46:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:46:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:46:05.303Z||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. 2023-01-31T09:46:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:46:14.913Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:46:14.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:47:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:47:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:47:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:47:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:47:05.302Z||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. 2023-01-31T09:47:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:47:14.900Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:47:14.922Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:48:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:48:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:48:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:48:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:48:05.302Z||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. 2023-01-31T09:48:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:48:15.022Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:48:15.023Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:49:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:49:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:49:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:49:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:49:05.302Z||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. 2023-01-31T09:49:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:49:14.874Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:49:14.923Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:50:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:50:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:50:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:50:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:50:05.302Z||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. 2023-01-31T09:50:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:50:14.942Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:50:14.951Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:51:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:51:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:51:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:51:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:51:05.302Z||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. 2023-01-31T09:51:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:51:14.918Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:51:14.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:52:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:52:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:52:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:52:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:52:05.303Z||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. 2023-01-31T09:52:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:52:14.949Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:52:14.960Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:53:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:53:05.299Z||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. 2023-01-31T09:53:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:53:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:53:05.302Z||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. 2023-01-31T09:53:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:53:14.935Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:53:14.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:54:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:54:05.300Z||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. 2023-01-31T09:54:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:54:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:54:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T09:54:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:54:14.876Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:54:14.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:55:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:55:05.300Z||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. 2023-01-31T09:55:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:55:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:55:05.302Z||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. 2023-01-31T09:55:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:55:14.914Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:55:14.975Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:56:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:56:05.300Z||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. 2023-01-31T09:56:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:56:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:56:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T09:56:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:56:14.910Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:56:14.918Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:57:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:57:05.300Z||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. 2023-01-31T09:57:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:57:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:57:05.302Z||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. 2023-01-31T09:57:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:57:14.899Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:57:14.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:58:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:58:05.300Z||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. 2023-01-31T09:58:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:58:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:58:05.302Z||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. 2023-01-31T09:58:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:58:14.900Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:58:14.924Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:59:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:59:05.299Z||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. 2023-01-31T09:59:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:59:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T09:59:05.302Z||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. 2023-01-31T09:59:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T09:59:14.894Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T09:59:14.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:00:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:00:05.299Z||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. 2023-01-31T10:00:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:00:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:00:05.302Z||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. 2023-01-31T10:00:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:00:14.907Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:00:14.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:01:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:01:05.299Z||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. 2023-01-31T10:01:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:01:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:01:05.302Z||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. 2023-01-31T10:01:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:01:14.893Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:01:14.896Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:02:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:02:05.299Z||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. 2023-01-31T10:02:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:02:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:02:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T10:02:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:02:14.907Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:02:14.909Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:03:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:03:05.299Z||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. 2023-01-31T10:03:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:03:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:03:05.302Z||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. 2023-01-31T10:03:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:03:14.970Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:03:14.976Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:04:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:04:05.300Z||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. 2023-01-31T10:04:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:04:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:04:05.302Z||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. 2023-01-31T10:04:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:04:14.901Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:04:14.908Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:05:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:05:05.299Z||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. 2023-01-31T10:05:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:05:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:05:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T10:05:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:05:14.941Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:05:14.941Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:06:05.299Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:06:05.300Z||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. 2023-01-31T10:06:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:06:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:06:05.302Z||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. 2023-01-31T10:06:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:06:14.871Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:06:14.874Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:07:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:07:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:07:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:07:05.302Z||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. 2023-01-31T10:07:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:07:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:07:14.921Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:07:14.924Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:08:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:08:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:08:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:08:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:08:05.302Z||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. 2023-01-31T10:08:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:08:14.883Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:08:14.883Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:09:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:09:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:09:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:09:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:09:05.303Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T10:09:05.303Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:09:14.881Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:09:14.909Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:10:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:10:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:10:05.300Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:10:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:10:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T10:10:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:10:14.925Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:10:15.002Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:11:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:11:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:11:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:11:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:11:05.302Z||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. 2023-01-31T10:11:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:11:14.891Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:11:14.901Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:12:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:12:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:12:05.299Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:12:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:12:05.302Z||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. 2023-01-31T10:12:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:12:14.878Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:12:14.878Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:13:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:13:05.300Z||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. 2023-01-31T10:13:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:13:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:13:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T10:13:05.303Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:13:14.898Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:13:14.907Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:14:05.299Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:14:05.299Z||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. 2023-01-31T10:14:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:14:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:14:05.302Z||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. 2023-01-31T10:14:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:14:14.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:14:14.934Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:15:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:15:05.300Z||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. 2023-01-31T10:15:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:15:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:15:05.302Z||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. 2023-01-31T10:15:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:15:14.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:15:14.921Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:16:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:16:05.299Z||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. 2023-01-31T10:16:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:16:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:16:05.302Z||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. 2023-01-31T10:16:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:16:14.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:16:14.950Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:17:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:17:05.299Z||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. 2023-01-31T10:17:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:17:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:17:05.302Z||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. 2023-01-31T10:17:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:17:14.936Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:17:14.943Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:18:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:18:05.301Z||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. 2023-01-31T10:18:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:18:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:18:05.302Z||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. 2023-01-31T10:18:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:18:14.906Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:18:14.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:19:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:19:05.300Z||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. 2023-01-31T10:19:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:19:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:19:05.302Z||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. 2023-01-31T10:19:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:19:14.860Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:19:14.876Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:20:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:20:05.299Z||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. 2023-01-31T10:20:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:20:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:20:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T10:20:05.302Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:20:14.900Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:20:14.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:21:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:21:05.300Z||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. 2023-01-31T10:21:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:21:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:21:05.302Z||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. 2023-01-31T10:21:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:21:14.877Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:21:14.881Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:22:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:22:05.299Z||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. 2023-01-31T10:22:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:22:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:22:05.302Z||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. 2023-01-31T10:22:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:22:14.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:22:14.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:23:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:23:05.299Z||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. 2023-01-31T10:23:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:23:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:23:05.302Z||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. 2023-01-31T10:23:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:23:14.906Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:23:14.917Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:24:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:24:05.299Z||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. 2023-01-31T10:24:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:24:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:24:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T10:24:05.303Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:24:14.905Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:24:14.914Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:25:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:25:05.300Z||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. 2023-01-31T10:25:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:25:05.302Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:25:05.302Z||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. 2023-01-31T10:25:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:25:14.870Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:25:14.873Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:26:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:26:05.300Z||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. 2023-01-31T10:26:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:26:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:26:05.302Z||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. 2023-01-31T10:26:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:26:14.879Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:26:14.904Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:27:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:27:05.299Z||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. 2023-01-31T10:27:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:27:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:27:05.302Z||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. 2023-01-31T10:27:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:27:14.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:27:14.940Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:28:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:28:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T10:28:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:28:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:28:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:28:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:28:14.910Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:28:14.948Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:29:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:29:05.301Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T10:29:05.301Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:29:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:29:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:29:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:29:14.902Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:29:14.956Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:30:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:30:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T10:30:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:30:05.302Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:30:05.302Z||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. 2023-01-31T10:30:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:30:14.907Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:30:14.937Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:31:05.299Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:31:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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. 2023-01-31T10:31:05.300Z|f9f35924-f358-4c67-8056-163c9d5b2360|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:31:05.302Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:31:05.302Z||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. 2023-01-31T10:31:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:31:14.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:31:14.957Z|f9f35924-f358-4c67-8056-163c9d5b2360|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:32:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:32:05.299Z||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. 2023-01-31T10:32:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:32:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:32:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T10:32:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:32:14.888Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:32:14.917Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:33:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:33:05.299Z||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. 2023-01-31T10:33:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:33:05.302Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:33:05.302Z||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. 2023-01-31T10:33:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:33:14.886Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:33:14.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:34:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:34:05.299Z||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. 2023-01-31T10:34:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:34:05.302Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:34:05.303Z||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. 2023-01-31T10:34:05.303Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:34:14.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:34:14.933Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:35:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:35:05.299Z||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. 2023-01-31T10:35:05.299Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:35:05.302Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:35:05.302Z||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. 2023-01-31T10:35:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:35:14.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:35:14.920Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:36:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:36:05.299Z||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. 2023-01-31T10:36:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:36:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:36:05.302Z||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. 2023-01-31T10:36:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:36:14.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:36:14.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:37:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:37:05.299Z||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. 2023-01-31T10:37:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:37:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:37:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:37:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:37:14.899Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:37:14.915Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:38:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:38:05.300Z||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. 2023-01-31T10:38:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:38:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:38:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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. 2023-01-31T10:38:05.302Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:38:14.922Z|d836ff93-b5fc-4b0f-9159-0256e3570f7d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:38:14.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:39:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:39:05.301Z||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. 2023-01-31T10:39:05.301Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:39:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:39:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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. 2023-01-31T10:39:05.302Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:39:14.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:39:14.912Z|714e0e15-e926-4d5e-8fb5-c3b787b565e3|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:40:05.299Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:40:05.300Z||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. 2023-01-31T10:40:05.300Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:40:05.302Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2023-01-31T10:40:05.302Z||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. 2023-01-31T10:40:05.302Z||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 yT8Pl5T70iXvxDIJ) ... 2023-01-31T10:40:14.901Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2023-01-31T10:40:14.949Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK