JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-05-19T13:24:56.161Z||main|||||INFO|500||The following profiles are active: basic 2022-05-19T13:25:06.730Z||main|||||INFO|500||Starting service [Tomcat] 2022-05-19T13:25:06.731Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-05-19T13:25:06.815Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-05-19T13:25:09.282Z||main|||||INFO|500||catdb-pool - Starting... 2022-05-19T13:25:09.447Z||main|||||INFO|500||catdb-pool - Start completed. 2022-05-19T13:25:09.808Z||main|||||INFO|500||reqdb-pool - Starting... 2022-05-19T13:25:09.815Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-05-19T13:25:09.888Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-05-19T13:25:10.007Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-05-19T13:25:10.365Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-05-19T13:25:11.134Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-19T13:25:12.900Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-19T13:25:12.945Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-05-19T13:25:13.331Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-05-19T13:25:13.613Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-05-19T13:25:14.685Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-05-19T13:25:15.590Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-05-19T13:25:15.605Z||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$$e4a59924.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-05-19T13:25:15.606Z||main|||||WARN|500||The sdc end point is not alive 2022-05-19T13:25:18.188Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-05-19T13:25:20.847Z||main|||||WARN|500||--- 2022-05-19T13:25:20.847Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-05-19T13:25:20.848Z||main|||||WARN|500||--- 2022-05-19T13:25:21.237Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-05-19T13:25:25.187Z||main|||||INFO|500||Started Application in 33.281 seconds (JVM running for 34.419) 2022-05-19T13:25:25.198Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:25:25.200Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:25:25.209Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:25:25.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:25:25.308Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c5cb7223-8708-4d3b-80ef-6139f1db335c url= /sdc/v1/artifactTypes 2022-05-19T13:25:25.308Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:25:26.408Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-05-19T13:25:26.412Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@293210dc 2022-05-19T13:25:26.412Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:25:26.426Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:25:26.428Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:25:26.430Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-05-19T13:26:15.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:26:15.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:26:15.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:26:15.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:26:15.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9b70406b-fe97-4c50-a8fa-39cd540a1bc3 url= /sdc/v1/artifactTypes 2022-05-19T13:26:15.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:26:16.236Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-05-19T13:26:16.236Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6d33392a 2022-05-19T13:26:16.236Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:26:16.237Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:26:16.237Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:26:16.237Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-05-19T13:27:05.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:27:05.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:27:05.182Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:27:05.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:27:05.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5078fc69-20ed-47b5-89cd-cce26cbd27fe url= /sdc/v1/artifactTypes 2022-05-19T13:27:05.191Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:27:06.215Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-05-19T13:27:06.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@441b281a 2022-05-19T13:27:06.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:27:06.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:27:06.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:27:06.217Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-05-19T13:27:55.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:27:55.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:27:55.182Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:27:55.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:27:55.189Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e2bf3739-ecbd-4b67-9de3-005f6df04a1a url= /sdc/v1/artifactTypes 2022-05-19T13:27:55.189Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:27:56.231Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:27:56.232Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@699b0d4 2022-05-19T13:27:56.232Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:27:56.233Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:27:56.233Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:27:56.234Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:28:45.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:28:45.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:28:45.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:28:45.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:28:45.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7f9c23d5-7772-4c5b-9d0d-aaaf8e243b00 url= /sdc/v1/artifactTypes 2022-05-19T13:28:45.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:28:46.215Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:28:46.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7254dfc9 2022-05-19T13:28:46.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:28:46.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:28:46.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:28:46.218Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:29:35.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:29:35.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:29:35.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:29:35.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:29:35.193Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 66282276-22b6-4404-a61d-7c3138124ee7 url= /sdc/v1/artifactTypes 2022-05-19T13:29:35.193Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:29:36.231Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:29:36.234Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@57418db0 2022-05-19T13:29:36.234Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:29:36.234Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:29:36.234Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:29:36.235Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:30:25.184Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:30:25.187Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:30:25.187Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:30:25.193Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:30:25.201Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 60921122-dc0c-4e78-aee0-039609dc9465 url= /sdc/v1/artifactTypes 2022-05-19T13:30:25.202Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:30:26.247Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:30:26.248Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@4fcefc4d 2022-05-19T13:30:26.248Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:30:26.249Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:30:26.249Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:30:26.249Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:31:15.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:31:15.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:31:15.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:31:15.186Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:31:15.191Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6885ebe4-32bd-4ff2-a3ce-31c9857169d5 url= /sdc/v1/artifactTypes 2022-05-19T13:31:15.191Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:31:16.232Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:31:16.233Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7216685e 2022-05-19T13:31:16.233Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:31:16.233Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:31:16.233Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:31:16.234Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:32:05.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:32:05.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:32:05.182Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:32:05.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:32:05.191Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1d93e55e-d102-40ee-8ef8-8800bcc3a1a0 url= /sdc/v1/artifactTypes 2022-05-19T13:32:05.191Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:32:06.216Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:32:06.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@6e07fbad 2022-05-19T13:32:06.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:32:06.218Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:32:06.218Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:32:06.219Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:32:55.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:32:55.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:32:55.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:32:55.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:32:55.194Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b5f06f28-da5c-4b1a-b46f-01102a01ce34 url= /sdc/v1/artifactTypes 2022-05-19T13:32:55.195Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:32:56.231Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:32:56.232Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@31ba8fe 2022-05-19T13:32:56.232Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:32:56.233Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:32:56.233Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:32:56.233Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:33:45.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:33:45.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:33:45.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:33:45.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:33:45.192Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4d9b71eb-783e-4e18-bf44-3e8d9de3bcbe url= /sdc/v1/artifactTypes 2022-05-19T13:33:45.193Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:33:46.215Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:33:46.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@26099412 2022-05-19T13:33:46.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:33:46.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:33:46.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:33:46.217Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:34:35.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:34:35.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:34:35.182Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:34:35.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:34:35.188Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8d8bcbb7-6f6f-49aa-be8e-5f439fd0a794 url= /sdc/v1/artifactTypes 2022-05-19T13:34:35.189Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:34:36.231Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:34:36.232Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@7ce866d0 2022-05-19T13:34:36.232Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:34:36.232Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:34:36.232Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:34:36.233Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:34:50.058Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-05-19T13:35:25.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:35:25.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:35:25.182Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:35:25.184Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:35:25.189Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 04e5cef4-6fcd-4cb8-8a31-10bb14575a5e url= /sdc/v1/artifactTypes 2022-05-19T13:35:25.189Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:35:26.215Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:35:26.216Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5951ead0 2022-05-19T13:35:26.216Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:35:26.217Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:35:26.217Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:35:26.217Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:36:15.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:36:15.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:36:15.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:36:15.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:36:15.190Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a5236569-968d-418b-8027-52b42f413c23 url= /sdc/v1/artifactTypes 2022-05-19T13:36:15.190Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:36:16.201Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:36:16.202Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@61fa1050 2022-05-19T13:36:16.203Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:36:16.203Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:36:16.203Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:36:16.204Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:37:05.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:37:05.182Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:37:05.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:37:05.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:37:05.193Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6d70a7f0-9abd-446c-9459-763c75f6f704 url= /sdc/v1/artifactTypes 2022-05-19T13:37:05.194Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:37:06.216Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:37:06.217Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5b4ff5 2022-05-19T13:37:06.217Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:37:06.218Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:37:06.218Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:37:06.219Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:37:55.183Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:37:55.184Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:37:55.184Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:37:55.187Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:37:55.192Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a3e61e35-dcee-4f6b-b47d-6ef98cd9e567 url= /sdc/v1/artifactTypes 2022-05-19T13:37:55.192Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:37:56.231Z||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.242] 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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 49 common frames omitted 2022-05-19T13:37:56.232Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@13ba2312 2022-05-19T13:37:56.233Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:37:56.233Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:37:56.233Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:37:56.234Z||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$$cdbfd06e.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 32 common frames omitted 2022-05-19T13:38:45.183Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:38:45.184Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:38:45.184Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:38:45.186Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:38:45.192Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d807e3bd-37df-4793-bb27-9b01081eb871 url= /sdc/v1/artifactTypes 2022-05-19T13:38:45.192Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:38:46.219Z||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.242] 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$$cdbfd06e.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 48 common frames omitted 2022-05-19T13:38:46.221Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@49422024 2022-05-19T13:38:46.221Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-05-19T13:38:46.222Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-05-19T13:38:46.222Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-05-19T13:38:46.223Z||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$$cdbfd06e.periodicControllerTask() at jdk.internal.reflect.GeneratedMethodAccessor144.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) ... 31 common frames omitted 2022-05-19T13:39:35.182Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-05-19T13:39:35.183Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-05-19T13:39:35.183Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-05-19T13:39:35.185Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-05-19T13:39:35.187Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a808de58-652d-48c3-9f39-0dfe3dd5d07f url= /sdc/v1/artifactTypes 2022-05-19T13:39:35.187Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-05-19T13:39:35.368Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-05-19T13:39:35.375Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-05-19T13:39:35.395Z||scheduling-1|||||DEBUG|500||create keys 2022-05-19T13:39:35.401Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-05-19T13:39:35.466Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:39:35.480Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e99515bc-188b-428a-9a1f-5d370bcb78fa url= /sdc/v1/registerForDistribution 2022-05-19T13:39:35.634Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e99515bc-188b-428a-9a1f-5d370bcb78fa url= /sdc/v1/registerForDistribution 2022-05-19T13:39:35.635Z||scheduling-1|||||INFO|500||start DistributionClient 2022-05-19T13:39:35.643Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:39:35.643Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:39:35.647Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-05-19T13:39:35.647Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:39:35.647Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:39:35.647Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:39:35.647Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:39:45.875Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:39:45.880Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:40:35.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:40:35.641Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:40:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:40:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:40:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:40:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:40:45.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:40:45.189Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:41:35.640Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:41:35.641Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:41:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:41:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:41:35.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:41:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:41:45.191Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:41:45.193Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:42:35.640Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:42:35.641Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:42:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:42:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:42:35.643Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:42:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:42:45.192Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:42:45.196Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:43:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:43:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:43:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:43:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:43:35.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:43:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:43:45.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:43:45.183Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:44:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:44:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:44:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:44:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:44:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:44:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:44:45.185Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:44:45.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:45:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:45:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:45:35.642Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:45:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:45:35.643Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:45:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:45:45.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:45:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:46:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:46:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:46:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:46:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:46:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:46:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:46:45.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:46:45.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:47:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:47:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:47:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:47:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:47:35.643Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:47:35.643Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:47:45.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:47:45.184Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:48:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:48:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:48:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:48:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:48:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:48:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:48:45.184Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:48:45.193Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:49:35.641Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:49:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:49:35.642Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:49:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:49:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:49:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:49:45.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:49:45.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:50:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:50:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:50:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:50:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:50:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:50:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:50:45.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:50:45.182Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:51:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:51:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:51:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:51:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:51:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:51:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:51:45.190Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:51:45.193Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:52:35.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:52:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:52:35.642Z||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. 2022-05-19T13:52:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:52:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:52:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:52:45.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:52:45.186Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:53:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:53:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:53:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:53:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:53:35.644Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:53:35.644Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:53:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:53:45.180Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:54:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:54:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:54:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:54:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:54:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:54:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:54:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:54:45.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:55:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:55:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:55:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:55:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:55:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:55:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:55:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:55:45.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:56:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:56:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:56:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:56:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:56:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:56:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:56:45.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:56:45.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:57:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:57:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:57:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:57:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:57:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:57:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:57:45.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:57:45.181Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:58:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:58:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:58:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:58:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:58:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:58:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:58:45.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:58:45.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:59:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:59:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:59:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:59:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T13:59:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T13:59:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T13:59:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T13:59:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:00:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:00:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:00:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:00:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:00:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:00:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:00:45.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:00:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:01:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:01:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:01:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:01:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:01:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:01:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:01:45.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:01:45.188Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:02:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:02:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:02:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:02:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:02:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:02:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:02:45.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:02:45.192Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:03:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:03:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:03:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:03:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:03:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:03:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:03:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:03:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:04:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:04:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:04:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:04:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:04:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:04:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:04:45.189Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:04:45.191Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:05:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:05:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:05:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:05:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:05:35.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:05:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:05:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:05:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:06:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:06:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:06:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:06:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:06:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:06:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:06:45.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:06:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:07:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:07:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:07:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:07:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:07:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:07:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:07:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:07:45.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:08:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:08:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:08:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:08:35.644Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:08:35.645Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:08:35.645Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:08:45.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:08:45.184Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:09:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:09:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:09:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:09:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:09:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:09:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:09:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:09:45.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:10:35.641Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:10:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:10:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:10:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:10:35.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:10:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:10:45.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:10:45.191Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:11:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:11:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:11:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:11:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:11:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:11:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:11:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:11:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:12:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:12:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:12:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:12:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:12:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:12:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:12:45.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:12:45.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:13:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:13:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:13:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:13:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:13:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:13:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:13:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:13:45.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:14:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:14:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:14:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:14:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:14:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:14:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:14:45.190Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:14:45.193Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:15:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:15:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:15:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:15:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:15:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:15:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:15:45.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:15:45.188Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:16:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:16:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:16:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:16:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:16:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:16:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:16:45.183Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:16:45.185Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:17:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:17:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:17:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:17:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:17:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:17:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:17:45.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:17:45.191Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:18:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:18:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:18:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:18:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:18:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:18:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:18:45.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:18:45.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:19:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:19:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:19:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:19:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:19:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:19:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:19:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:19:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:20:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:20:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:20:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:20:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:20:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:20:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:20:45.172Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:20:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:21:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:21:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:21:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:21:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:21:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:21:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:21:45.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:21:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:22:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:22:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:22:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:22:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:22:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:22:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:22:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:22:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:23:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:23:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:23:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:23:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:23:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:23:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:23:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:23:45.183Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:24:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:24:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:24:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:24:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:24:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:24:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:24:45.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:24:45.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:25:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:25:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:25:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:25:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:25:35.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:25:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:25:45.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:25:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:26:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:26:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:26:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:26:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:26:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:26:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:26:45.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:26:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:27:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:27:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:27:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:27:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:27:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:27:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:27:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:27:45.180Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:28:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:28:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:28:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:28:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:28:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:28:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:28:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:28:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:29:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:29:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:29:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:29:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:29:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:29:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:29:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:29:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:30:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:30:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:30:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:30:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:30:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:30:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:30:45.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:30:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:31:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:31:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:31:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:31:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:31:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:31:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:31:45.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:31:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:32:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:32:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:32:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:32:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:32:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:32:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:32:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:32:45.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:33:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:33:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:33:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:33:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:33:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:33:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:33:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:33:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:34:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:34:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:34:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:34:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:34:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:34:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:34:45.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:34:45.181Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:35:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:35:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:35:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:35:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:35:35.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:35:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:35:45.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:35:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:36:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:36:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:36:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:36:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:36:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:36:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:36:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:36:45.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:37:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:37:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:37:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:37:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:37:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:37:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:37:45.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:37:45.183Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:38:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:38:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:38:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:38:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:38:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:38:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:38:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:38:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:39:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:39:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:39:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:39:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:39:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:39:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:39:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:39:45.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:40:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:40:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:40:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:40:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:40:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:40:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:40:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:40:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:41:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:41:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:41:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:41:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:41:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:41:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:41:45.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:41:45.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:42:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:42:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:42:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:42:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:42:35.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:42:35.644Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:42:45.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:42:45.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:43:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:43:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:43:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:43:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:43:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:43:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:43:45.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:43:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:44:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:44:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:44:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:44:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:44:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:44:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:44:45.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:44:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:45:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:45:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:45:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:45:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:45:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:45:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:45:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:45:45.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:46:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:46:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:46:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:46:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:46:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:46:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:46:45.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:46:45.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:47:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:47:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:47:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:47:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:47:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:47:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:47:45.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:47:45.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:48:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:48:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:48:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:48:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:48:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:48:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:48:45.188Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:48:45.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:49:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:49:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:49:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:49:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:49:35.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:49:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:49:45.190Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:49:45.190Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:50:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:50:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:50:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:50:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:50:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:50:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:50:45.181Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:50:45.181Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:51:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:51:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:51:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:51:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:51:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:51:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:51:45.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:51:45.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:52:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:52:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:52:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:52:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:52:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:52:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:52:45.179Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:52:45.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:53:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:53:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:53:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:53:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:53:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:53:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:53:45.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:53:45.178Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:54:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:54:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:54:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:54:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:54:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:54:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:54:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:54:45.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:55:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:55:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:55:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:55:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:55:35.644Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:55:35.644Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:55:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:55:45.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:56:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:56:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:56:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:56:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:56:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:56:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:56:45.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:56:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:57:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:57:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:57:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:57:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:57:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:57:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:57:45.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:57:45.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:58:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:58:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:58:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:58:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:58:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:58:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:58:45.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:58:45.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:59:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:59:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:59:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:59:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T14:59:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T14:59:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T14:59:45.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T14:59:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:00:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:00:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:00:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:00:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:00:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:00:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:00:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:00:45.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:01:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:01:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:01:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:01:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:01:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:01:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:01:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:01:45.180Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:02:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:02:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:02:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:02:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:02:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:02:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:02:45.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:02:45.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:03:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:03:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:03:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:03:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:03:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:03:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:03:45.172Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:03:45.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:04:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:04:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:04:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:04:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:04:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:04:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:04:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:04:45.182Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:05:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:05:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:05:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:05:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:05:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:05:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:05:45.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:05:45.190Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:06:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:06:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:06:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:06:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:06:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:06:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:06:45.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:06:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:07:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:07:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:07:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:07:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:07:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:07:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:07:45.189Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:07:45.192Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:08:35.641Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:08:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:08:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:08:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:08:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:08:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:08:45.183Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:08:45.185Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:09:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:09:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:09:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:09:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:09:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:09:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:09:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:09:45.193Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:10:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:10:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:10:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:10:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:10:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:10:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:10:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:10:45.185Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:11:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:11:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:11:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:11:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:11:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:11:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:11:45.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:11:45.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:12:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:12:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:12:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:12:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:12:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:12:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:12:45.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:12:45.210Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:13:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:13:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:13:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:13:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:13:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:13:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:13:45.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:13:45.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:14:35.640Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:14:35.641Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:14:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:14:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:14:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:14:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:14:45.194Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:14:45.194Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:15:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:15:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:15:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:15:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:15:35.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:15:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:15:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:15:45.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:16:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:16:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:16:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:16:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:16:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:16:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:16:45.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:16:45.187Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:17:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:17:35.641Z||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. 2022-05-19T15:17:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:17:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:17:35.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:17:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:17:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:17:45.183Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:18:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:18:35.641Z||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. 2022-05-19T15:18:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:18:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:18:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:18:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:18:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:18:45.184Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:19:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:19:35.641Z||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. 2022-05-19T15:19:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:19:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:19:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:19:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:19:45.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:19:45.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:20:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:20:35.641Z||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. 2022-05-19T15:20:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:20:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:20:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:20:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:20:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:20:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:21:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:21:35.641Z||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. 2022-05-19T15:21:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:21:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:21:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:21:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:21:45.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:21:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:22:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:22:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:22:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:22:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:22:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:22:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:22:45.171Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:22:45.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:23:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:23:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:23:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:23:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:23:35.643Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:23:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:23:45.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:23:45.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:24:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:24:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:24:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:24:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:24:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:24:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:24:45.188Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:24:45.190Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:25:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:25:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:25:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:25:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:25:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:25:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:25:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:25:45.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:26:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:26:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:26:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:26:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:26:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:26:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:26:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:26:45.180Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:27:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:27:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:27:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:27:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:27:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:27:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:27:45.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:27:45.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:28:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:28:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:28:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:28:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:28:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:28:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:28:45.200Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:28:45.201Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:29:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:29:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:29:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:29:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:29:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:29:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:29:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:29:45.178Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:30:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:30:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:30:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:30:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:30:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:30:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:30:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:30:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:31:35.640Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:31:35.641Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:31:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:31:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:31:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:31:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:31:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:31:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:32:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:32:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:32:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:32:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:32:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:32:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:32:45.173Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:32:45.186Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:33:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:33:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:33:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:33:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:33:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:33:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:33:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:33:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:34:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:34:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:34:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:34:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:34:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:34:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:34:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:34:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:35:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:35:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:35:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:35:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:35:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:35:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:35:45.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:35:45.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:36:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:36:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:36:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:36:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:36:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:36:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:36:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:36:45.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:37:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:37:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:37:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:37:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:37:35.643Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:37:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:37:45.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:37:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:38:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:38:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:38:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:38:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:38:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:38:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:38:45.201Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:38:45.201Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:39:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:39:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:39:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:39:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:39:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:39:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:39:45.180Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:39:45.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:40:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:40:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:40:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:40:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:40:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:40:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:40:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:40:45.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:41:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:41:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:41:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:41:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:41:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:41:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:41:45.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:41:45.185Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:42:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:42:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:42:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:42:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:42:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:42:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:42:45.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:42:45.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:43:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:43:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:43:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:43:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:43:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:43:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:43:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:43:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:44:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:44:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:44:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:44:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:44:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:44:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:44:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:44:45.182Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:45:35.641Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:45:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:45:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:45:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:45:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:45:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:45:45.198Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:45:45.198Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:46:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:46:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:46:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:46:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:46:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:46:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:46:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:46:45.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:47:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:47:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:47:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:47:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:47:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:47:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:47:45.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:47:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:48:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:48:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:48:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:48:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:48:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:48:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:48:45.187Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:48:45.194Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:49:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:49:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:49:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:49:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:49:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:49:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:49:45.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:49:45.185Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:50:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:50:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:50:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:50:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:50:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:50:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:50:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:50:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:51:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:51:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:51:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:51:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:51:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:51:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:51:45.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:51:45.185Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:52:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:52:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:52:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:52:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:52:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:52:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:52:45.172Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:52:45.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:53:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:53:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:53:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:53:35.645Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:53:35.646Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:53:35.646Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:53:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:53:45.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:54:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:54:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:54:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:54:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:54:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:54:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:54:45.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:54:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:55:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:55:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:55:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:55:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:55:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:55:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:55:45.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:55:45.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:56:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:56:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:56:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:56:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:56:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:56:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:56:45.181Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:56:45.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:57:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:57:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:57:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:57:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:57:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:57:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:57:45.177Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:57:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:58:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:58:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:58:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:58:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:58:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:58:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:58:45.183Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:58:45.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:59:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:59:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:59:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:59:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T15:59:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T15:59:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T15:59:45.175Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T15:59:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:00:35.640Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:00:35.641Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:00:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:00:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:00:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:00:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:00:45.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:00:45.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:01:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:01:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:01:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:01:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:01:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:01:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:01:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:01:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:02:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:02:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:02:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:02:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:02:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:02:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:02:45.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:02:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:03:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:03:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:03:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:03:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:03:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:03:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:03:45.188Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:03:45.192Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:04:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:04:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:04:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:04:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:04:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:04:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:04:45.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:04:45.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:05:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:05:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:05:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:05:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:05:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:05:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:05:45.175Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:05:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:06:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:06:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:06:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:06:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:06:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:06:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:06:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:06:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:07:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:07:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:07:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:07:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:07:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:07:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:07:45.175Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:07:45.175Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:08:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:08:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:08:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:08:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:08:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:08:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:08:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:08:45.181Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:09:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:09:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:09:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:09:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:09:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:09:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:09:45.174Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:09:45.176Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:10:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:10:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:10:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:10:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:10:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:10:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:10:45.178Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:10:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:11:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:11:35.641Z||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. 2022-05-19T16:11:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:11:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:11:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:11:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:11:45.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:11:45.176Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:12:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:12:35.641Z||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. 2022-05-19T16:12:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:12:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:12:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:12:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:12:45.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:12:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:13:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:13:35.641Z||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. 2022-05-19T16:13:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:13:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:13:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:13:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:13:45.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:13:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:14:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:14:35.641Z||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. 2022-05-19T16:14:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:14:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:14:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:14:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:14:45.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:14:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:15:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:15:35.641Z||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. 2022-05-19T16:15:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:15:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:15:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:15:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:15:45.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:15:45.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:16:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:16:35.641Z||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. 2022-05-19T16:16:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:16:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:16:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:16:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:16:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:16:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:17:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:17:35.641Z||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. 2022-05-19T16:17:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:17:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:17:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:17:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:17:45.178Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:17:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:18:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:18:35.641Z||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. 2022-05-19T16:18:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:18:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:18:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:18:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:18:45.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:18:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:19:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:19:35.640Z||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. 2022-05-19T16:19:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:19:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:19:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:19:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:19:45.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:19:45.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:20:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:20:35.641Z||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. 2022-05-19T16:20:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:20:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:20:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:20:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:20:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:20:45.179Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:21:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:21:35.641Z||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. 2022-05-19T16:21:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:21:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:21:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:21:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:21:45.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:21:45.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:22:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:22:35.641Z||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. 2022-05-19T16:22:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:22:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:22:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:22:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:22:45.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:22:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:23:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:23:35.641Z||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. 2022-05-19T16:23:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:23:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:23:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:23:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:23:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:23:45.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:24:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:24:35.641Z||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. 2022-05-19T16:24:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:24:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:24:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:24:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:24:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:24:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:25:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:25:35.641Z||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. 2022-05-19T16:25:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:25:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:25:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:25:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:25:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:25:45.179Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:26:35.641Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:26:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:26:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:26:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:26:35.642Z||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. 2022-05-19T16:26:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:26:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:26:45.180Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:27:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:27:35.641Z||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. 2022-05-19T16:27:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:27:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:27:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:27:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:27:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:27:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:28:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:28:35.641Z||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. 2022-05-19T16:28:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:28:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:28:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:28:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:28:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:28:45.189Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:29:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:29:35.641Z||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. 2022-05-19T16:29:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:29:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:29:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:29:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:29:45.180Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:29:45.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:30:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:30:35.641Z||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. 2022-05-19T16:30:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:30:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:30:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:30:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:30:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:30:45.211Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:31:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:31:35.641Z||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. 2022-05-19T16:31:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:31:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:31:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:31:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:31:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:31:45.178Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:32:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:32:35.641Z||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. 2022-05-19T16:32:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:32:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:32:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:32:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:32:45.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:32:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:33:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:33:35.641Z||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. 2022-05-19T16:33:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:33:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:33:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:33:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:33:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:33:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:34:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:34:35.641Z||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. 2022-05-19T16:34:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:34:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:34:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:34:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:34:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:34:45.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:35:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:35:35.641Z||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. 2022-05-19T16:35:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:35:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:35:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:35:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:35:45.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:35:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:36:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:36:35.641Z||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. 2022-05-19T16:36:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:36:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:36:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:36:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:36:45.176Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:36:45.181Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:37:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:37:35.641Z||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. 2022-05-19T16:37:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:37:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:37:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:37:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:37:45.195Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:37:45.198Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:38:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:38:35.641Z||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. 2022-05-19T16:38:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:38:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:38:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:38:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:38:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:38:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:39:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:39:35.641Z||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. 2022-05-19T16:39:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:39:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:39:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:39:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:39:45.178Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:39:45.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:40:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:40:35.641Z||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. 2022-05-19T16:40:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:40:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:40:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:40:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:40:45.173Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:40:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:41:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:41:35.641Z||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. 2022-05-19T16:41:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:41:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:41:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:41:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:41:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:41:45.174Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:42:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:42:35.641Z||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. 2022-05-19T16:42:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:42:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:42:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:42:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:42:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:42:45.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:43:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:43:35.641Z||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. 2022-05-19T16:43:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:43:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:43:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:43:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:43:45.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:43:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:44:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:44:35.641Z||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. 2022-05-19T16:44:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:44:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:44:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:44:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:44:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:44:45.181Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:45:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:45:35.641Z||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. 2022-05-19T16:45:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:45:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:45:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:45:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:45:45.185Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:45:45.188Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:46:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:46:35.641Z||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. 2022-05-19T16:46:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:46:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:46:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:46:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:46:45.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:46:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:47:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:47:35.641Z||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. 2022-05-19T16:47:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:47:35.642Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:47:35.642Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:47:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:47:45.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:47:45.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:48:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:48:35.641Z||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. 2022-05-19T16:48:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:48:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:48:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:48:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:48:45.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:48:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:49:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:49:35.641Z||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. 2022-05-19T16:49:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:49:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:49:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:49:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:49:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:49:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:50:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:50:35.641Z||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. 2022-05-19T16:50:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:50:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:50:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:50:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:50:45.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:50:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:51:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:51:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:51:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:51:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:51:35.643Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:51:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:51:45.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:51:45.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:52:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:52:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:52:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:52:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:52:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:52:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:52:45.180Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:52:45.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:53:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:53:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:53:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:53:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:53:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:53:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:53:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:53:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:54:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:54:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:54:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:54:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:54:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:54:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:54:45.178Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:54:45.180Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:55:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:55:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:55:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:55:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:55:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:55:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:55:45.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:55:45.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:56:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:56:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:56:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:56:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:56:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:56:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:56:45.179Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:56:45.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:57:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:57:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:57:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:57:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:57:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:57:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:57:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:57:45.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:58:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:58:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:58:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:58:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:58:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:58:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:58:45.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:58:45.182Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:59:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:59:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:59:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:59:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T16:59:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T16:59:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T16:59:45.171Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T16:59:45.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:00:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:00:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:00:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:00:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:00:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:00:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:00:45.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:00:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:01:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:01:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:01:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:01:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:01:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:01:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:01:45.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:01:45.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:02:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:02:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:02:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:02:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:02:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:02:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:02:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:02:45.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:03:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:03:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:03:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:03:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:03:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:03:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:03:45.181Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:03:45.184Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:04:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:04:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:04:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:04:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:04:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:04:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:04:45.189Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:04:45.191Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:05:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:05:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:05:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:05:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:05:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:05:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:05:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:05:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:06:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:06:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:06:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:06:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:06:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:06:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:06:45.177Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:06:45.177Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:07:35.641Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:07:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:07:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:07:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:07:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:07:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:07:45.177Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:07:45.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:08:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:08:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:08:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:08:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:08:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:08:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:08:45.176Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:08:45.176Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:09:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:09:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:09:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:09:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:09:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:09:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:09:45.174Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:09:45.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:10:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:10:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:10:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:10:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:10:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:10:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:10:45.176Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:10:45.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:11:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:11:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:11:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:11:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:11:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:11:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:11:45.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:11:45.177Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:12:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:12:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:12:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:12:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:12:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:12:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:12:45.179Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:12:45.179Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:13:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:13:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:13:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:13:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:13:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:13:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:13:45.175Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:13:45.178Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:14:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:14:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:14:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:14:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:14:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:14:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:14:45.176Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:14:45.178Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:35.640Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:15:35.641Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:15:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:15:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:15:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:36.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:36.262Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.262Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4e375304-8e9f-404d-942a-8cd83736459b","serviceName":"basic_onboard_cDlOIz","serviceVersion":"1.0","serviceUUID":"01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8","serviceDescription":"service","serviceInvariantUUID":"23cec08d-74bc-4d3f-b0bd-2b3f1301f434","resources":[{"resourceInstanceName":"basic_onboard_cDlOIz 0","resourceName":"basic_onboard_cDlOIz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24760521-4f4e-4fbd-9705-bd7d52ea6bef","resourceInvariantUUID":"061d0077-b1d6-4999-a591-596a38a38e35","resourceCustomizationUUID":"6bc6a569-1bb9-45f6-a9ab-5df669cc1056","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ2NjFhYmJjNWE2NjNkNmJjZGY5MjdlNGI4OWJiZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"41389831-7a39-4894-a63b-15ae4cfb485e","artifactVersion":"1"},{"artifactName":"basic_onboard_cdloiz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json","artifactChecksum":"ZmExYzg0MzhkMGNjN2U5OWM4NzRlMTY4YzVmN2FlM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a539d919-03b3-4a29-b057-e94aa81fe62e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63a840e7-646d-49cd-849f-f26043bce56a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e9b7085a-c5cc-4924-ab3e-f741399b1884","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16","artifactVersion":"2","generatedFromUUID":"63a840e7-646d-49cd-849f-f26043bce56a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardCdloiz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml","artifactChecksum":"OGQ0ZThjMWMwOTYwMGJhOTkxZmE0ZjMzODc4ZGYwNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12e34baf-6dc9-44bf-9b18-e68483b1d447","artifactVersion":"1"},{"artifactName":"service-BasicOnboardCdloiz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar","artifactChecksum":"MzE4Njg5YWQ3Nzk3NTdiNjk5Mzk4Njk4OGU5ZWExNDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c7e97ace-2772-48d0-aeba-00ede73c5dac","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:15:36.265Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:36.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "ves-openapi-manager", "timestamp": 1652980493425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.269Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:15:36.273Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:36.288Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:36.288Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980495215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "ves-openapi-manager", "timestamp": 1652980493425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980495215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980502546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "ves-openapi-manager", "timestamp": 1652980493425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980495215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980502546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980503825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "ves-openapi-manager", "timestamp": 1652980493425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980495215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980502546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980503825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "ves-openapi-manager", "timestamp": 1652980493425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980495215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980502546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980503825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "ves-openapi-manager", "timestamp": 1652980493425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980495215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980502546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980503825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "ves-openapi-manager", "timestamp": 1652980493425, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980495215, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:15:36.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980502546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980503825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980508821, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:36.303Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980502546, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:15:36.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980503825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980509830, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:15:36.304Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980510353, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:36.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980503825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:15:36.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "policy-id", "timestamp": 1652980510835, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:15:36.388Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-05-19T17:15:36.391Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:36.391Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:36.401Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:36.402Z||pool-3-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:15:36.459Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e375304-8e9f-404d-942a-8cd83736459b 2022-05-19T17:15:36.473Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e375304-8e9f-404d-942a-8cd83736459b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:15:36.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980510662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980511651, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980511460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980510662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "cds", "timestamp": 1652980512664, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:15:36.505Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4e375304-8e9f-404d-942a-8cd83736459b 2022-05-19T17:15:36.505Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e375304-8e9f-404d-942a-8cd83736459b and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980511460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980510662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980511460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:15:36.514Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980510662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980511460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980510662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980511460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980510662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.515Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980511460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980510662, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980511460, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980518013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980518756, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.516Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980519337, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980518013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980518013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980520697, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980521499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980518013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.517Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980521939, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980522212, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.518Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "aai-ml", "timestamp": 1652980522505, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:15:36.522Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4e375304-8e9f-404d-942a-8cd83736459b 2022-05-19T17:15:36.522Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e375304-8e9f-404d-942a-8cd83736459b and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:15:36.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980518013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.531Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.531Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980522989, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:15:36.536Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4e375304-8e9f-404d-942a-8cd83736459b 2022-05-19T17:15:36.536Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e375304-8e9f-404d-942a-8cd83736459b and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-19T17:15:36.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980523216, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:15:36.548Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4e375304-8e9f-404d-942a-8cd83736459b 2022-05-19T17:15:36.548Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e375304-8e9f-404d-942a-8cd83736459b and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980518013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "multicloud-k8s-id", "timestamp": 1652980523993, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980518013, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:15:36.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:15:37.292Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:15:37.293Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:37.294Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:37.294Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:15:37.394Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:37.395Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:37.395Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:37.404Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:37.405Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:38.295Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:15:38.295Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:38.297Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:38.297Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:15:38.397Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:38.398Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:38.398Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:38.407Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:38.407Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:15:39.297Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:15:39.298Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:39.300Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:39.300Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:39.400Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:39.401Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:39.401Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:39.410Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:39.411Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:40.301Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:15:40.301Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:40.302Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:40.303Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-19T17:15:40.403Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:40.403Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:40.403Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:40.412Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:40.412Z||pool-7-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:41.303Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:15:41.304Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:41.305Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:41.305Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:15:41.406Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:15:41.406Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:41.406Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:41.416Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:41.416Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:42.306Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:15:42.307Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:42.308Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:42.309Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:15:42.409Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:42.409Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:42.409Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:42.418Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:42.418Z||pool-9-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:15:43.310Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "serviceName": "basic_onboard_cDlOIz", "serviceVersion": "1.0", "serviceUUID": "01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8", "serviceDescription": "service", "serviceInvariantUUID": "23cec08d-74bc-4d3f-b0bd-2b3f1301f434", "resources": [ { "resourceInstanceName": "basic_onboard_cDlOIz 0", "resourceCustomizationUUID": "6bc6a569-1bb9-45f6-a9ab-5df669cc1056", "resourceName": "basic_onboard_cDlOIz", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "24760521-4f4e-4fbd-9705-bd7d52ea6bef", "resourceInvariantUUID": "061d0077-b1d6-4999-a591-596a38a38e35", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_cdloiz0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "artifactChecksum": "ZmExYzg0MzhkMGNjN2U5OWM4NzRlMTY4YzVmN2FlM2Y\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a539d919-03b3-4a29-b057-e94aa81fe62e", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "63a840e7-646d-49cd-849f-f26043bce56a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16", "generatedFromUUID": "63a840e7-646d-49cd-849f-f26043bce56a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardCdloiz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "artifactChecksum": "MzE4Njg5YWQ3Nzk3NTdiNjk5Mzk4Njk4OGU5ZWExNDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c7e97ace-2772-48d0-aeba-00ede73c5dac" } ], "workloadContext": "Production" } 2022-05-19T17:15:43.311Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:15:43.311Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8 ASDC 2022-05-19T17:15:43.396Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:4e375304-8e9f-404d-942a-8cd83736459b ServiceName:basic_onboard_cDlOIz ServiceVersion:1.0 ServiceUUID:01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8 ServiceInvariantUUID:23cec08d-74bc-4d3f-b0bd-2b3f1301f434 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardCdloiz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar ArtifactUUID:c7e97ace-2772-48d0-aeba-00ede73c5dac ArtifactChecksum:MzE4Njg5YWQ3Nzk3NTdiNjk5Mzk4Njk4OGU5ZWExNDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_cDlOIz 0 ResourceCustomizationUUID:6bc6a569-1bb9-45f6-a9ab-5df669cc1056 ResourceInvariantUUID:061d0077-b1d6-4999-a591-596a38a38e35 ResourceName:basic_onboard_cDlOIz ResourceType:VF ResourceUUID:24760521-4f4e-4fbd-9705-bd7d52ea6bef ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_cdloiz0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json ArtifactUUID:a539d919-03b3-4a29-b057-e94aa81fe62e ArtifactChecksum:ZmExYzg0MzhkMGNjN2U5OWM4NzRlMTY4YzVmN2FlM2Y= 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/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml ArtifactUUID:63a840e7-646d-49cd-849f-f26043bce56a 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/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env ArtifactUUID:ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16 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/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env ArtifactUUID:ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-19T17:15:43.396Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:15:43.435Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:15:43.435Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:15:43.436Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:15:43.436Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c7e97ace-2772-48d0-aeba-00ede73c5dac from URL: /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:43.436Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:15:43.437Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:43.742Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:15:43.751Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar c7e97ace-2772-48d0-aeba-00ede73c5dac 71570 2022-05-19T17:15:43.752Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar ASDC sendASDCNotification 2022-05-19T17:15:43.752Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:43.753Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:15:43.753Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:43.755Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:43.755Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980543751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:43.855Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:43.856Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:43.856Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:43.866Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:43.866Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:15:44.755Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:15:44.756Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:15:44.757Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c7e97ace-2772-48d0-aeba-00ede73c5dac, URL: /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar to file: /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:44.757Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:44.810Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:44.810Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:45.398Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18408493496306410147/Definitions/service-BasicOnboardCdloiz-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-19T17:15:47.222Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:15:47.257Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_cDlOIz 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||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-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:47.258Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:15:47.264Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.265Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:47.267Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:47.267Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:15:47.269Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:15:47.270Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.270Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:47.270Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:47.270Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:15:47.270Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:15:47.270Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.271Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:47.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is not matching search criteria 2022-05-19T17:15:47.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-19T17:15:47.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-19T17:15:47.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-19T17:15:47.274Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-19T17:15:47.274Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-19T17:15:47.274Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.274Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:15:47.275Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.275Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:47.275Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:15:47.275Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.275Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:47.275Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is not matching search criteria 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=efcfa576-477d-4766-99db-b9972c85b33c 2022-05-19T17:15:47.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:47.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_cDlOIz Description:service Model UUID:01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8 Model Version:NULL Model InvariantUuid:23cec08d-74bc-4d3f-b0bd-2b3f1301f434 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_cDlOIz Model UUID:467d4a7b-05f0-4af0-9c77-bac36d51a6e9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:061d0077-b1d6-4999-a591-596a38a38e35 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6bc6a569-1bb9-45f6-a9ab-5df669cc1056 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:95dff1f6-0b19-4a85-acf5-980b35e0bf21 ModelName:BasicOnboardCdloiz..base_ubuntu18..module-0 ModelUuid:2ec0acc1-1eab-4d62-81ee-162ea3b321f6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:efcfa576-477d-4766-99db-b9972c85b33c ModelInvariantUuid:47de3676-750a-4789-9b87-84d1f7284729 ModelName:basic_onboard_cDlOIz-nodes.ubuntu18Cvfc ModelUuid:a1cb4995-e093-4f13-8049-079e60eb1375 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e0aaefda-b33c-42cb-865a-6d8a308be70b ModelInvariantUuid:e2cad942-0680-4c46-8f06-a5f4ffd3365f ModelName:BasicOnboardCdloiz.compute.nodes.heat.ubuntu18 ModelUuid:2b7f2c24-068f-44c9-b1e7-a6b2e008538a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:15:47.290Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 24760521-4f4e-4fbd-9705-bd7d52ea6bef Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:15:47.366Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||basic_onboard_cDlOIz 0 2022-05-19T17:15:47.373Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24760521-4f4e-4fbd-9705-bd7d52ea6bef 2022-05-19T17:15:47.373Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a539d919-03b3-4a29-b057-e94aa81fe62e from URL: /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json 2022-05-19T17:15:47.373Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:15:47.373Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json 2022-05-19T17:15:47.542Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:15:47.542Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json a539d919-03b3-4a29-b057-e94aa81fe62e 798 2022-05-19T17:15:47.543Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json ASDC sendASDCNotification 2022-05-19T17:15:47.543Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json 2022-05-19T17:15:47.543Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:15:47.543Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:47.545Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:47.545Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980547543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:47.645Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:47.648Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:47.648Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:47.658Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:47.659Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:48.548Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCdloiz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "95dff1f6-0b19-4a85-acf5-980b35e0bf21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ec0acc1-1eab-4d62-81ee-162ea3b321f6", "vfModuleModelCustomizationUUID": "a1c4ceb7-39d4-40a2-b82d-c48502efacdb", "isBase": true, "artifacts": [ "63a840e7-646d-49cd-849f-f26043bce56a", "ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:15:48.561Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCdloiz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ec0acc1-1eab-4d62-81ee-162ea3b321f6 VfModuleModelInvariantUUID:95dff1f6-0b19-4a85-acf5-980b35e0bf21 VfModuleModelDescription:NULL Artifacts UUID List:{ 63a840e7-646d-49cd-849f-f26043bce56a , ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:15:48.565Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardCdloiz..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "95dff1f6-0b19-4a85-acf5-980b35e0bf21", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2ec0acc1-1eab-4d62-81ee-162ea3b321f6", "vfModuleModelCustomizationUUID": "a1c4ceb7-39d4-40a2-b82d-c48502efacdb", "isBase": true, "artifacts": [ "63a840e7-646d-49cd-849f-f26043bce56a", "ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:15:48.565Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardCdloiz..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2ec0acc1-1eab-4d62-81ee-162ea3b321f6 VfModuleModelInvariantUUID:95dff1f6-0b19-4a85-acf5-980b35e0bf21 VfModuleModelDescription:NULL Artifacts UUID List:{ 63a840e7-646d-49cd-849f-f26043bce56a , ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:15:48.565Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63a840e7-646d-49cd-849f-f26043bce56a from URL: /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml 2022-05-19T17:15:48.565Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:15:48.565Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml 2022-05-19T17:15:48.732Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:15:48.732Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml 63a840e7-646d-49cd-849f-f26043bce56a 5033 2022-05-19T17:15:48.733Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-19T17:15:48.733Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml 2022-05-19T17:15:48.733Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:15:48.733Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:48.734Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:48.734Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980548732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:48.835Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:48.835Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:48.835Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:48.845Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:48.845Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:49.735Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16 from URL: /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env 2022-05-19T17:15:49.736Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:15:49.736Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env 2022-05-19T17:15:49.854Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:15:49.854Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env ce7931a5-a2d7-4aa8-bb0b-6b66a2cb7b16 909 2022-05-19T17:15:49.854Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-19T17:15:49.854Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env 2022-05-19T17:15:49.855Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:15:49.855Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:49.856Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:49.856Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980549854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:15:49.956Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:49.958Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:49.958Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:49.969Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:49.969Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:50.857Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8 2022-05-19T17:15:50.857Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_cDlOIz 0 24760521-4f4e-4fbd-9705-bd7d52ea6bef ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:15:50.887Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61b1c5fe, org.onap.sdc.toscaparser.api.parameters.Input@456e575f, org.onap.sdc.toscaparser.api.parameters.Input@5beb4716, org.onap.sdc.toscaparser.api.parameters.Input@58427b0d, org.onap.sdc.toscaparser.api.parameters.Input@3733dbce] 2022-05-19T17:15:50.890Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.890Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.890Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-19T17:15:50.890Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6bc6a569-1bb9-45f6-a9ab-5df669cc1056 2022-05-19T17:15:50.891Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6bc6a569-1bb9-45f6-a9ab-5df669cc1056 matches Tosca VF Customization UUID: 6bc6a569-1bb9-45f6-a9ab-5df669cc1056 2022-05-19T17:15:50.891Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6bc6a569-1bb9-45f6-a9ab-5df669cc1056 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-19T17:15:50.897Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.897Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.898Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6bc6a569-1bb9-45f6-a9ab-5df669cc1056: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-19T17:15:50.898Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@812b1ae 2022-05-19T17:15:50.898Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.899Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:15:50.899Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1c4ceb7-39d4-40a2-b82d-c48502efacdb 2022-05-19T17:15:50.900Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1c4ceb7-39d4-40a2-b82d-c48502efacdb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-19T17:15:50.905Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.906Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:50.906Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:15:50.906Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.907Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:50.907Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:15:50.907Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.907Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is not matching search criteria 2022-05-19T17:15:50.907Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-19T17:15:50.908Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-19T17:15:50.908Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=efcfa576-477d-4766-99db-b9972c85b33c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:15:50.915Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.915Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:50.915Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:15:50.915Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.916Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_cDlOIz 0 is matching search criteria 2022-05-19T17:15:50.916Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_cDlOIz 0] matching following query criteria: sdcType=VF, customizationUUID=6bc6a569-1bb9-45f6-a9ab-5df669cc1056 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:15:50.917Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.918Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.918Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8: basic_onboard_cDlOIz 2022-05-19T17:15:50.918Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.918Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.919Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.919Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.919Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.919Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.919Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.919Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.920Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:15:50.920Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_cDlOIz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:15:50.920Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_cDlOIz Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:15:51.082Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_cDlOIz 24760521-4f4e-4fbd-9705-bd7d52ea6bef 1 ASDC deployResourceStructure 2022-05-19T17:15:51.083Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json ASDC sendASDCNotification 2022-05-19T17:15:51.083Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json 2022-05-19T17:15:51.083Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:15:51.083Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:51.085Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:51.085Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980551083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:15:51.185Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:51.185Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:51.186Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:51.194Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:51.194Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:52.086Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-19T17:15:52.086Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml 2022-05-19T17:15:52.086Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:15:52.086Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:52.088Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:52.088Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980552086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:15:52.188Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:52.189Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:52.189Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:52.198Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:52.198Z||pool-15-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:53.089Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-19T17:15:53.089Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env 2022-05-19T17:15:53.089Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:15:53.089Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:53.091Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:53.091Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980553089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-19T17:15:53.191Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:53.192Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:53.192Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:53.201Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:53.201Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:54.092Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar ASDC sendASDCNotification 2022-05-19T17:15:54.092Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar 2022-05-19T17:15:54.092Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:15:54.092Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:15:54.094Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:15:54.094Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980554092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:15:54.194Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:15:54.195Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:15:54.195Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:15:54.205Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:15:54.205Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:15:55.095Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4e375304-8e9f-404d-942a-8cd83736459b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:15:55.108Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4e375304-8e9f-404d-942a-8cd83736459b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:15:55.111Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:15:55.111Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:15:55.111Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:15:55.111Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:15:55.112Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:15:55.112Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:15:55.112Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:15:55.112Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:15:55.112Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:15:55.112Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:15:55.116Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:16:25.117Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4e375304-8e9f-404d-942a-8cd83736459b and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:16:25.124Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4e375304-8e9f-404d-942a-8cd83736459b and serviceModelVersionId: 01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8 2022-05-19T17:16:25.125Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23cec08d-74bc-4d3f-b0bd-2b3f1301f434 2022-05-19T17:16:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:16:35.643Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:16:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:16:35.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:16:35.771Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:16:35.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:16:35.773Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:16:35.897Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0 2022-05-19T17:16:35.989Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:16:36.396Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0|INFO|500||Invoke 2022-05-19T17:16:36.403Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4e375304-8e9f-404d-942a-8cd83736459b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[be0ee8ff-2bbd-4e7f-8b14-7b4a934ddafe], X-ECOMP-RequestID=[4e375304-8e9f-404d-942a-8cd83736459b], X-TransactionId=[], X-ONAP-RequestID=[4e375304-8e9f-404d-942a-8cd83736459b], Content-Type=[application/merge-patch+json]} 2022-05-19T17:16:36.503Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:16:36.940Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?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/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220519-17:16:36:513-61851], vertex-id=[397552], Content-Length=[0], Date=[Thu, 19 May 2022 17:16:36 GMT], Content-Type=[application/json]} 2022-05-19T17:16:36.941Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:16:36.942Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23cec08d-74bc-4d3f-b0bd-2b3f1301f434/model-vers/model-ver/01753bb5-ddbd-4ad9-8bec-a1aaea7ecbf8?depth=0|INFO|500||InvokeReturn 2022-05-19T17:16:36.946Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:16:36.946Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:16:36.954Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:16:36.962Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4e375304-8e9f-404d-942a-8cd83736459b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:16:36.963Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:16:36.964Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:16:36.965Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:16:36.966Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980596963, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:16:37.066Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:16:37.067Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:16:37.067Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:16:37.076Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:16:37.076Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:16:37.981Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:16:37.982Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:16:37.982Z|4e375304-8e9f-404d-942a-8cd83736459b|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:16:47.512Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:35.640Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:17:35.641Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:17:35.641Z|4e375304-8e9f-404d-942a-8cd83736459b|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:17:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:17:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:35.661Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:35.663Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.663Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:17:35.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:17:35.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:17:35.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:17:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:17:35.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:17:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980539858, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:35.666Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980541865, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980535640, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:17:35.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:17:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "clamp", "timestamp": 1652980542868, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:17:35.676Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4e375304-8e9f-404d-942a-8cd83736459b 2022-05-19T17:17:35.676Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4e375304-8e9f-404d-942a-8cd83736459b and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:17:35.684Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.684Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980543751, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980547543, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980548732, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.685Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980549854, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:35.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980551083, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/basic_onboard_cdloiz0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:17:35.686Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.686Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.686Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980552086, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:17:35.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980553089, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/resourceInstances/basic_onboard_cdloiz0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-19T17:17:35.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:35.687Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:17:35.687Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980554092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardCdloiz/1.0/artifacts/service-BasicOnboardCdloiz-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:17:35.687Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:17:36.261Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:36.262Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:17:36.262Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfd471fc-f663-4fd0-8bf9-d742e22ff5d6","serviceName":"vFW 2022-05-19 17-15-15","serviceVersion":"1.0","serviceUUID":"a30c4a62-68ec-41b9-8965-536fc15b04a1","serviceDescription":"catalog service description","serviceInvariantUUID":"4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8","resources":[{"resourceInstanceName":"vFW 5073deb3-5600 0","resourceName":"vFW 5073deb3-5600","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"626c0740-647d-4af4-a9be-b5552bed0825","resourceInvariantUUID":"11d9ddeb-bb5c-4271-b80d-a1ce9b3ec862","resourceCustomizationUUID":"84e2982e-4594-4452-bca6-b501f9935deb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml","artifactChecksum":"MGVjMDlhOGYyN2UxMWRiOWYxNmUxZDMyM2ZlZDZlMTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6651e3e8-4109-4d67-a805-e6639135f14b","artifactVersion":"1"},{"artifactName":"vfw5073deb356000_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json","artifactChecksum":"ZDNlMmU3NWQ4MzVjZTA2MjZjYmU3MGRjODY3NmI4OTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"39669ebf-6bcc-46ae-8bb6-8ddfa097651d","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml","artifactChecksum":"NmUzZWQzZjVmN2U0ODc2NGQzOTNjZmM1MGU5MDFhYWQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"52343c04-ad87-4b4c-980c-8e5cdf4f943d","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5d0a199b-0eb5-4f7a-b430-0078e53b71e1","artifactVersion":"2","generatedFromUUID":"63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220519171515-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml","artifactChecksum":"N2I3ZjI3YTJiOTVlZTMwMWYzYjU4ODI1ZDY0NmE4Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99eb7f85-8666-4e35-8346-5d9a68d47f17","artifactVersion":"1"},{"artifactName":"service-Vfw20220519171515-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar","artifactChecksum":"NjRjMTMxYjc3YjhiNDIzMjY1ZTY5YjgyM2NkZmMyNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a20b092-e1fc-4ba1-9de7-c059a2e6e267","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:17:36.264Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:17:36.265Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:36.266Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:36.266Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:17:36.367Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:36.367Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:36.367Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:36.375Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:36.375Z||pool-19-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:17:37.267Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:17:37.268Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:37.269Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:37.269Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOTIFIED" } 2022-05-19T17:17:37.369Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:37.370Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:37.370Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:37.381Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:37.381Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:38.270Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:17:38.271Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:38.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:38.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-19T17:17:38.373Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:38.374Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:38.374Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:38.383Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:38.384Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:39.273Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:17:39.274Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:39.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:39.276Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:17:39.377Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:17:39.378Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:39.378Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:39.387Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:39.387Z||pool-22-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:40.277Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:17:40.278Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:40.279Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:40.279Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-19T17:17:40.379Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:40.380Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:40.380Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:40.388Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:40.388Z||pool-23-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:41.280Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:17:41.280Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:41.283Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:41.283Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:17:41.383Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:41.384Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:41.384Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:41.393Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:41.393Z||pool-24-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:42.283Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:17:42.284Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:42.286Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:42.286Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:17:42.386Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:42.387Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:42.387Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:42.396Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:42.396Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:43.287Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "serviceName": "vFW 2022-05-19 17-15-15", "serviceVersion": "1.0", "serviceUUID": "a30c4a62-68ec-41b9-8965-536fc15b04a1", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8", "resources": [ { "resourceInstanceName": "vFW 5073deb3-5600 0", "resourceCustomizationUUID": "84e2982e-4594-4452-bca6-b501f9935deb", "resourceName": "vFW 5073deb3-5600", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "626c0740-647d-4af4-a9be-b5552bed0825", "resourceInvariantUUID": "11d9ddeb-bb5c-4271-b80d-a1ce9b3ec862", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw5073deb356000_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "artifactChecksum": "ZDNlMmU3NWQ4MzVjZTA2MjZjYmU3MGRjODY3NmI4OTg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "39669ebf-6bcc-46ae-8bb6-8ddfa097651d", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5d0a199b-0eb5-4f7a-b430-0078e53b71e1", "generatedFromUUID": "63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5d0a199b-0eb5-4f7a-b430-0078e53b71e1", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220519171515-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "artifactChecksum": "NjRjMTMxYjc3YjhiNDIzMjY1ZTY5YjgyM2NkZmMyNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0a20b092-e1fc-4ba1-9de7-c059a2e6e267" } ], "workloadContext": "Production" } 2022-05-19T17:17:43.287Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:17:43.288Z|4e375304-8e9f-404d-942a-8cd83736459b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a30c4a62-68ec-41b9-8965-536fc15b04a1 ASDC 2022-05-19T17:17:43.288Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 ServiceName:vFW 2022-05-19 17-15-15 ServiceVersion:1.0 ServiceUUID:a30c4a62-68ec-41b9-8965-536fc15b04a1 ServiceInvariantUUID:4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220519171515-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar ArtifactUUID:0a20b092-e1fc-4ba1-9de7-c059a2e6e267 ArtifactChecksum:NjRjMTMxYjc3YjhiNDIzMjY1ZTY5YjgyM2NkZmMyNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 5073deb3-5600 0 ResourceCustomizationUUID:84e2982e-4594-4452-bca6-b501f9935deb ResourceInvariantUUID:11d9ddeb-bb5c-4271-b80d-a1ce9b3ec862 ResourceName:vFW 5073deb3-5600 ResourceType:VF ResourceUUID:626c0740-647d-4af4-a9be-b5552bed0825 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw5073deb356000_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json ArtifactUUID:39669ebf-6bcc-46ae-8bb6-8ddfa097651d ArtifactChecksum:ZDNlMmU3NWQ4MzVjZTA2MjZjYmU3MGRjODY3NmI4OTg= 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/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml ArtifactUUID:63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60 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/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env ArtifactUUID:5d0a199b-0eb5-4f7a-b430-0078e53b71e1 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/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env ArtifactUUID:5d0a199b-0eb5-4f7a-b430-0078e53b71e1 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-19T17:17:43.288Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a30c4a62-68ec-41b9-8965-536fc15b04a1 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:17:43.318Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:17:43.319Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:17:43.319Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:17:43.319Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0a20b092-e1fc-4ba1-9de7-c059a2e6e267 from URL: /sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:43.319Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:17:43.319Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:43.548Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:17:43.552Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar 0a20b092-e1fc-4ba1-9de7-c059a2e6e267 99031 2022-05-19T17:17:43.552Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar ASDC sendASDCNotification 2022-05-19T17:17:43.552Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:43.552Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:17:43.552Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:43.555Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:43.555Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980663552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:43.655Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:43.657Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:43.657Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:43.666Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:43.667Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:44.556Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:17:44.557Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:17:44.557Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0a20b092-e1fc-4ba1-9de7-c059a2e6e267, URL: /sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar to file: /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:44.557Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220519171515-csar.csar 2022-05-19T17:17:44.558Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:44.558Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:45.515Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1123572507554977702/Definitions/service-Vfw20220519171515-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-05-19T17:17:47.304Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.305Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5073deb3-5600 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||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-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:17:47.306Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:47.307Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-19T17:17:47.308Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:47.309Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:47.310Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.310Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:47.310Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:47.310Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.310Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:47.310Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is not matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.311Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b94b1b21-b233-4d77-bfdc-e7dcd0991933 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.312Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b430c60f-c4ec-4f6d-8cde-0854c64b52b4 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-19T17:17:47.313Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-19T17:17:47.314Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-19T17:17:47.314Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.314Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.314Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-19T17:17:47.314Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.314Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-19T17:17:47.314Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-19T17:17:47.315Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:47.315Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:47.315Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-19T17:17:47.315Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73b25241-34ef-42f8-ab13-31f984402ed6 2022-05-19T17:17:47.315Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.315Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:47.316Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.316Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:47.316Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.316Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:47.316Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:47.316Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:47.316Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-05-19 17-15-15 Description:catalog service description Model UUID:a30c4a62-68ec-41b9-8965-536fc15b04a1 Model Version:NULL Model InvariantUuid:4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 5073deb3-5600 Model UUID:c3f72476-5947-4b3c-acf8-e909e6b3ceb3 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:11d9ddeb-bb5c-4271-b80d-a1ce9b3ec862 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:84e2982e-4594-4452-bca6-b501f9935deb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9ac61c0e-eb95-4638-82f8-7df6467f94e3 ModelName:Vfw5073deb35600..base_vfw..module-0 ModelUuid:014cb0f7-8075-4caf-9417-28aa18f6682b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b94b1b21-b233-4d77-bfdc-e7dcd0991933 ModelInvariantUuid:c9b07881-6c87-4dfa-8297-c41caa0e2fe4 ModelName:vFW 5073deb3-5600-nodes.vfwCvfc ModelUuid:f9abf72c-11c5-4942-a888-54f4dc226cff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:46ce5fe0-77a1-4ab4-82d1-bb34f55882b5 ModelInvariantUuid:8fc439d3-c1e8-4aa2-8fd4-9ace0fa29cb4 ModelName:Vfw5073deb35600.compute.nodes.heat.vfw ModelUuid:879b11a5-b341-4869-abff-55b045d4ba7b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:b430c60f-c4ec-4f6d-8cde-0854c64b52b4 ModelInvariantUuid:6e3b106c-6ed2-48ed-a2cb-fc0d8f173f0a ModelName:vFW 5073deb3-5600-nodes.vsnCvfc ModelUuid:7b12f97b-e6ef-4b8b-8fe6-0786b8feab55 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:818e6c33-8417-4251-acc5-a655b2e98c89 ModelInvariantUuid:75e55211-4fcd-45ee-93a8-d0d713860368 ModelName:Vfw5073deb35600.compute.nodes.heat.vsn ModelUuid:9ef31b3b-945c-445b-bcbd-3b0ecd9c04a2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:73b25241-34ef-42f8-ab13-31f984402ed6 ModelInvariantUuid:149f9818-63c8-4972-81cd-d67ba1d395fc ModelName:vFW 5073deb3-5600-nodes.vpgCvfc ModelUuid:2c3d8fb4-e5f2-4f9e-85ed-208b0690fb46 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e7710cd1-45d2-4646-9873-3178c738fdf9 ModelInvariantUuid:7de8e7f9-f8f4-4e95-beae-167be099f7c5 ModelName:Vfw5073deb35600.compute.nodes.heat.vpg ModelUuid:e64b7fd4-459f-4641-88ac-e47a34b93778 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:17:47.325Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 626c0740-647d-4af4-a9be-b5552bed0825 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:17:47.327Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||vFW 5073deb3-5600 0 2022-05-19T17:17:47.328Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 626c0740-647d-4af4-a9be-b5552bed0825 2022-05-19T17:17:47.328Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39669ebf-6bcc-46ae-8bb6-8ddfa097651d from URL: /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json 2022-05-19T17:17:47.328Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:17:47.328Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json 2022-05-19T17:17:47.543Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:17:47.543Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json 39669ebf-6bcc-46ae-8bb6-8ddfa097651d 785 2022-05-19T17:17:47.543Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json ASDC sendASDCNotification 2022-05-19T17:17:47.544Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json 2022-05-19T17:17:47.544Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:17:47.544Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:47.545Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:47.546Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980667543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:47.646Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:47.647Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:47.647Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:47.656Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:47.657Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:48.546Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5073deb35600..base_vfw..module-0", "vfModuleModelInvariantUUID": "9ac61c0e-eb95-4638-82f8-7df6467f94e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "014cb0f7-8075-4caf-9417-28aa18f6682b", "vfModuleModelCustomizationUUID": "ca623e69-ebfe-46af-a9f8-aa4ba348988b", "isBase": true, "artifacts": [ "63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60", "5d0a199b-0eb5-4f7a-b430-0078e53b71e1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:17:48.550Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5073deb35600..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:014cb0f7-8075-4caf-9417-28aa18f6682b VfModuleModelInvariantUUID:9ac61c0e-eb95-4638-82f8-7df6467f94e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60 , 5d0a199b-0eb5-4f7a-b430-0078e53b71e1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:17:48.551Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5073deb35600..base_vfw..module-0", "vfModuleModelInvariantUUID": "9ac61c0e-eb95-4638-82f8-7df6467f94e3", "vfModuleModelVersion": "1", "vfModuleModelUUID": "014cb0f7-8075-4caf-9417-28aa18f6682b", "vfModuleModelCustomizationUUID": "ca623e69-ebfe-46af-a9f8-aa4ba348988b", "isBase": true, "artifacts": [ "63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60", "5d0a199b-0eb5-4f7a-b430-0078e53b71e1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:17:48.551Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5073deb35600..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:014cb0f7-8075-4caf-9417-28aa18f6682b VfModuleModelInvariantUUID:9ac61c0e-eb95-4638-82f8-7df6467f94e3 VfModuleModelDescription:NULL Artifacts UUID List:{ 63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60 , 5d0a199b-0eb5-4f7a-b430-0078e53b71e1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:17:48.551Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60 from URL: /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml 2022-05-19T17:17:48.551Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:17:48.552Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml 2022-05-19T17:17:48.831Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:17:48.832Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml 63ef5c82-cbe2-4f85-b50f-f1ae1fe69b60 20368 2022-05-19T17:17:48.832Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-19T17:17:48.833Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml 2022-05-19T17:17:48.833Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:17:48.833Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:48.835Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:48.835Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980668832, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:48.935Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:48.936Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:48.936Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:48.944Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:48.945Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:49.836Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5d0a199b-0eb5-4f7a-b430-0078e53b71e1 from URL: /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env 2022-05-19T17:17:49.837Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:17:49.837Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env 2022-05-19T17:17:50.428Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:17:50.428Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env 5d0a199b-0eb5-4f7a-b430-0078e53b71e1 2098 2022-05-19T17:17:50.429Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-19T17:17:50.429Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env 2022-05-19T17:17:50.429Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:17:50.429Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:50.431Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:50.431Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980670429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:17:50.531Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:50.532Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:50.532Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:50.542Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:50.542Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:51.431Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a30c4a62-68ec-41b9-8965-536fc15b04a1 2022-05-19T17:17:51.432Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5073deb3-5600 0 626c0740-647d-4af4-a9be-b5552bed0825 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:17:51.448Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cd63829, org.onap.sdc.toscaparser.api.parameters.Input@7ac7626, org.onap.sdc.toscaparser.api.parameters.Input@6c02356e, org.onap.sdc.toscaparser.api.parameters.Input@7eb6379e, org.onap.sdc.toscaparser.api.parameters.Input@33ec5f11] 2022-05-19T17:17:51.449Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.449Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.449Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-19T17:17:51.450Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 84e2982e-4594-4452-bca6-b501f9935deb 2022-05-19T17:17:51.450Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84e2982e-4594-4452-bca6-b501f9935deb matches Tosca VF Customization UUID: 84e2982e-4594-4452-bca6-b501f9935deb 2022-05-19T17:17:51.450Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 84e2982e-4594-4452-bca6-b501f9935deb matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-19T17:17:51.451Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.452Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.452Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 84e2982e-4594-4452-bca6-b501f9935deb: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-05-19T17:17:51.452Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65043cd4 2022-05-19T17:17:51.452Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.452Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:17:51.453Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ca623e69-ebfe-46af-a9f8-aa4ba348988b 2022-05-19T17:17:51.453Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ca623e69-ebfe-46af-a9f8-aa4ba348988b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-19T17:17:51.454Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.454Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is not matching search criteria 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-19T17:17:51.455Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.456Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b94b1b21-b233-4d77-bfdc-e7dcd0991933 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:17:51.458Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.458Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:51.458Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:51.458Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-05-19T17:17:51.459Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:51.460Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-05-19T17:17:51.460Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.460Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=b430c60f-c4ec-4f6d-8cde-0854c64b52b4 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:17:51.462Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.462Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:51.462Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:51.464Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.464Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is not matching search criteria 2022-05-19T17:17:51.464Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-05-19T17:17:51.465Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-05-19T17:17:51.466Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-05-19T17:17:51.466Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-05-19T17:17:51.466Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=73b25241-34ef-42f8-ab13-31f984402ed6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:17:51.468Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.468Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:51.468Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:17:51.468Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.468Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Node template vFW 5073deb3-5600 0 is matching search criteria 2022-05-19T17:17:51.468Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5073deb3-5600 0] matching following query criteria: sdcType=VF, customizationUUID=84e2982e-4594-4452-bca6-b501f9935deb Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:17:51.470Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.470Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.470Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a30c4a62-68ec-41b9-8965-536fc15b04a1: vFW 5073deb3-5600 2022-05-19T17:17:51.470Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.470Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.470Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.470Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.471Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.471Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.471Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.471Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.471Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:17:51.471Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-05-19 17-15-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:17:51.471Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-05-19 17-15-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 (?, ?, ?, ?, ?) 2022-05-19T17:17:51.615Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5073deb3-5600 626c0740-647d-4af4-a9be-b5552bed0825 1 ASDC deployResourceStructure 2022-05-19T17:17:51.615Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json ASDC sendASDCNotification 2022-05-19T17:17:51.615Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json 2022-05-19T17:17:51.616Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:17:51.616Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:51.617Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:51.617Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980671615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:17:51.718Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:17:51.718Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:51.719Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:51.728Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:51.728Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:52.618Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-05-19T17:17:52.618Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml 2022-05-19T17:17:52.619Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:17:52.619Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:52.620Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:52.620Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980672618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:17:52.721Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:17:52.721Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:52.721Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:52.731Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:52.732Z||pool-31-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:17:53.621Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env ASDC sendASDCNotification 2022-05-19T17:17:53.621Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env 2022-05-19T17:17:53.622Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:17:53.622Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:53.623Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:53.623Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980673621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-19T17:17:53.724Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:17:53.724Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:53.725Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:53.734Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:53.734Z||pool-32-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:17:54.624Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar ASDC sendASDCNotification 2022-05-19T17:17:54.624Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar 2022-05-19T17:17:54.625Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:17:54.625Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:17:54.626Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:17:54.626Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980674624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:17:54.726Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:17:54.727Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:17:54.727Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:17:54.738Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:17:54.738Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:17:55.627Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:17:55.635Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:17:55.637Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:17:55.637Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:17:55.637Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:18:25.638Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:18:25.648Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:18:25.650Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:18:25.650Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:18:25.650Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:18:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:18:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:18:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:18:35.662Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:18:35.664Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.664Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "4e375304-8e9f-404d-942a-8cd83736459b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980596963, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "ves-openapi-manager", "timestamp": 1652980633425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980638825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980635215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.665Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980638013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "ves-openapi-manager", "timestamp": 1652980633425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980638825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980635215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.666Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980638013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOTIFIED" } 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "ves-openapi-manager", "timestamp": 1652980633425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980638825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980635215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980638013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.667Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "ves-openapi-manager", "timestamp": 1652980633425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980638825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980635215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980638013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.668Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980638825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "ves-openapi-manager", "timestamp": 1652980633425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980635215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980638013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "ves-openapi-manager", "timestamp": 1652980633425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.669Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980638825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980635215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980638013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "ves-openapi-manager", "timestamp": 1652980633425, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980638825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:18:35.670Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980635215, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980638013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980650462, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980650468, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.671Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "cds", "timestamp": 1652980651467, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:18:35.680Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 2022-05-19T17:18:35.680Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:18:35.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980651472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:18:35.689Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:18:35.689Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.689Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980651460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.689Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.690Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "policy-id", "timestamp": 1652980652476, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:18:35.693Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 2022-05-19T17:18:35.693Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980651460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOTIFIED" } 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980652546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980651460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980652546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980651460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980652546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:18:35.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:18:55.650Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:18:55.662Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:18:55.664Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:18:55.664Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:18:55.664Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:19:25.665Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:19:25.675Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:19:25.677Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:19:25.677Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:19:25.677Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:19:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:19:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:19:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:19:36.162Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:19:36.163Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.163Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980651460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980652546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.164Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980656870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980651460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980652546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOTIFIED" } 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980651460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.165Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980652546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980658878, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980652546, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980659204, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.166Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.167Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.167Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.167Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "clamp", "timestamp": 1652980659881, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:19:36.174Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 2022-05-19T17:19:36.174Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:19:36.182Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.182Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980660262, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980660277, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980660662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.183Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980661362, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980655640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980660662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.184Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980662380, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:19:36.188Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 2022-05-19T17:19:36.188Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980660662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "multicloud-k8s-id", "timestamp": 1652980663382, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980663552, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.196Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980660662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980660662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980660662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980660662, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980667543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980668645, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.197Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980668832, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980669435, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980670429, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.198Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "aai-ml", "timestamp": 1652980670439, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:19:36.201Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 2022-05-19T17:19:36.201Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:19:36.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.208Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980671366, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980671615, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/vfw5073deb356000_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652980672370, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:19:36.214Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 2022-05-19T17:19:36.214Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980672618, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980673621, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/resourceInstances/vfw5073deb356000/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980674624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220519171515/1.0/artifacts/service-Vfw20220519171515-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:19:36.223Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:19:55.677Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:19:55.688Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:19:55.691Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:19:55.696Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:20:25.696Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:20:25.701Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and serviceModelVersionId: a30c4a62-68ec-41b9-8965-536fc15b04a1 2022-05-19T17:20:25.701Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8 2022-05-19T17:20:25.702Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8/model-vers/model-ver/a30c4a62-68ec-41b9-8965-536fc15b04a1?depth=0 2022-05-19T17:20:25.707Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:20:25.743Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8/model-vers/model-ver/a30c4a62-68ec-41b9-8965-536fc15b04a1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-19T17:20:25.744Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8/model-vers/model-ver/a30c4a62-68ec-41b9-8965-536fc15b04a1?depth=0|INFO|500||Invoke 2022-05-19T17:20:25.769Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8/model-vers/model-ver/a30c4a62-68ec-41b9-8965-536fc15b04a1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:20:26.091Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8/model-vers/model-ver/a30c4a62-68ec-41b9-8965-536fc15b04a1?depth=0|INFO|500||InvokeReturn 2022-05-19T17:20:26.092Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d590f4c-a32f-4d4a-b6e1-24c88d4cf2d8/model-vers/model-ver/a30c4a62-68ec-41b9-8965-536fc15b04a1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220519-17:20:25:777-8729], vertex-id=[233632], Content-Length=[0], Date=[Thu, 19 May 2022 17:20:25 GMT], Content-Type=[application/json]} 2022-05-19T17:20:26.092Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:20:26.092Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:20:26.092Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:20:26.099Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:20:26.099Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfd471fc-f663-4fd0-8bf9-d742e22ff5d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:20:26.099Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:20:26.099Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:20:26.101Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:20:26.101Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980826099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:20:26.201Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:20:26.202Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:20:26.203Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:20:26.216Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:20:26.217Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:20:27.114Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:20:27.114Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:20:27.114Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:20:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:20:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:20:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:20:36.264Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:20:36.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-05-19T17:20:36.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfd471fc-f663-4fd0-8bf9-d742e22ff5d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652980826099, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:20:36.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:20:37.340Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:20:37.341Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:20:37.341Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:20:37.341Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:20:46.873Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:20:46.873Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:20:46.873Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:20:46.874Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:20:56.401Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:21:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:21:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:21:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:21:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:21:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:21:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:21:45.171Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:21:45.181Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:22:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:22:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:22:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:22:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:22:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:22:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:22:45.174Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:22:45.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:23:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:23:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:23:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:23:35.642Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:23:35.642Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:23:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:23:45.211Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:23:45.213Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:24:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:24:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:24:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:24:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:24:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:24:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:24:45.171Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:24:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:25:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:25:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:25:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:25:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:25:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:25:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:25:45.171Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:25:45.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:26:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:26:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:26:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:26:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:26:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:26:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:26:45.177Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:26:45.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:27:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:27:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:27:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:27:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:27:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:27:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:27:45.173Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:27:45.175Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:28:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:28:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:28:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:28:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:28:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:28:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:28:45.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:28:45.178Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:29:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:29:35.640Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:29:35.641Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:29:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:29:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:29:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:29:36.261Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:29:36.261Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.261Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"235e8ff1-5c2f-4504-a0e1-63a207543a2f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d27b1345-5365-4191-b500-d3f9d85e5641","serviceDescription":"service","serviceInvariantUUID":"4a8f1b82-07cd-472a-844e-59b3a2b2f210","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"3f80838c-8a94-4f19-af99-2f6e3968c835","resourceInvariantUUID":"62643ffe-d893-4066-82de-a0599a22cd36","resourceCustomizationUUID":"ccb4c8bc-dd65-46d0-9b8e-afce613ce9ea","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":"NDlkY2RlZWIxMWRhODg1ZGI0YTU4ZTc0OTk1ZThmNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d63e3bfc-5156-4af7-949f-b7f79853f008","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWJkNTU0YTU2ZDNkYTYzNmE2ZjNjNzc1MDU0MGUxN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8edefb7c-a563-42e6-a9e3-68e95db047b5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:29:36.263Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:29:36.263Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:29:36.265Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:29:36.265Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981375640, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "clamp", "timestamp": 1652981358013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "cds", "timestamp": 1652981358825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.267Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "ves-openapi-manager", "timestamp": 1652981353425, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "policy-id", "timestamp": 1652981355215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "cds", "timestamp": 1652981358825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "ves-openapi-manager", "timestamp": 1652981353425, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "clamp", "timestamp": 1652981358013, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "policy-id", "timestamp": 1652981355215, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.268Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "cds", "timestamp": 1652981365407, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:29:36.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:29:36.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "policy-id", "timestamp": 1652981365418, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:29:36.269Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:29:36.269Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "cds", "timestamp": 1652981366412, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:29:36.283Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 235e8ff1-5c2f-4504-a0e1-63a207543a2f 2022-05-19T17:29:36.284Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235e8ff1-5c2f-4504-a0e1-63a207543a2f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:29:36.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "policy-id", "timestamp": 1652981366421, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:29:36.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:29:36.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "policy-id", "timestamp": 1652981367424, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:29:36.296Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 235e8ff1-5c2f-4504-a0e1-63a207543a2f 2022-05-19T17:29:36.296Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235e8ff1-5c2f-4504-a0e1-63a207543a2f and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "clamp", "timestamp": 1652981368991, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "clamp", "timestamp": 1652981370998, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "clamp", "timestamp": 1652981372001, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:29:36.309Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 235e8ff1-5c2f-4504-a0e1-63a207543a2f 2022-05-19T17:29:36.309Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235e8ff1-5c2f-4504-a0e1-63a207543a2f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:29:36.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "multicloud-k8s-id", "timestamp": 1652981371460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "multicloud-k8s-id", "timestamp": 1652981371460, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:29:36.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "aai-ml", "timestamp": 1652981372546, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "aai-ml", "timestamp": 1652981372546, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "aai-ml", "timestamp": 1652981375252, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:29:36.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:29:36.365Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:29:36.365Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:29:36.365Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:29:36.374Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:29:36.374Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:29:37.265Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:29:37.266Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:29:37.267Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:29:37.267Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981375640, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:29:37.368Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:29:37.368Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:29:37.368Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:29:37.376Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:29:37.376Z||pool-36-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:29:38.268Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d27b1345-5365-4191-b500-d3f9d85e5641", "serviceDescription": "service", "serviceInvariantUUID": "4a8f1b82-07cd-472a-844e-59b3a2b2f210", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ccb4c8bc-dd65-46d0-9b8e-afce613ce9ea", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "3f80838c-8a94-4f19-af99-2f6e3968c835", "resourceInvariantUUID": "62643ffe-d893-4066-82de-a0599a22cd36", "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": "MWJkNTU0YTU2ZDNkYTYzNmE2ZjNjNzc1MDU0MGUxN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8edefb7c-a563-42e6-a9e3-68e95db047b5" } ], "workloadContext": "Production" } 2022-05-19T17:29:38.269Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:29:38.269Z|bfd471fc-f663-4fd0-8bf9-d742e22ff5d6|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d27b1345-5365-4191-b500-d3f9d85e5641 ASDC 2022-05-19T17:29:38.269Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:235e8ff1-5c2f-4504-a0e1-63a207543a2f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d27b1345-5365-4191-b500-d3f9d85e5641 ServiceInvariantUUID:4a8f1b82-07cd-472a-844e-59b3a2b2f210 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:8edefb7c-a563-42e6-a9e3-68e95db047b5 ArtifactChecksum:MWJkNTU0YTU2ZDNkYTYzNmE2ZjNjNzc1MDU0MGUxN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ccb4c8bc-dd65-46d0-9b8e-afce613ce9ea ResourceInvariantUUID:62643ffe-d893-4066-82de-a0599a22cd36 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:3f80838c-8a94-4f19-af99-2f6e3968c835 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-05-19T17:29:38.269Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d27b1345-5365-4191-b500-d3f9d85e5641 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:29:38.291Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:29:38.292Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:29:38.292Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:29:38.292Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8edefb7c-a563-42e6-a9e3-68e95db047b5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-19T17:29:38.292Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:29:38.292Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-19T17:29:38.356Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:29:38.358Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8edefb7c-a563-42e6-a9e3-68e95db047b5 52508 2022-05-19T17:29:38.358Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-19T17:29:38.358Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-19T17:29:38.358Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:29:38.358Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:29:38.360Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:29:38.360Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981378358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:29:38.460Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:29:38.461Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:29:38.461Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:29:38.470Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:29:38.470Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:29:39.360Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:29:39.361Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:29:39.361Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 8edefb7c-a563-42e6-a9e3-68e95db047b5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.362Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-05-19T17:29:39.362Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.362Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.435Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12966032573190165938/Definitions/service-BasicNetwork-template.yml 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.802Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.803Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.804Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.805Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.805Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d27b1345-5365-4191-b500-d3f9d85e5641 Model Version:NULL Model InvariantUuid:4a8f1b82-07cd-472a-844e-59b3a2b2f210 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:62643ffe-d893-4066-82de-a0599a22cd36 Model UUID:3db1c9a6-3744-4048-9357-cb9df4e6fb4c Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ccb4c8bc-dd65-46d0-9b8e-afce613ce9ea Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:29:39.813Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 3f80838c-8a94-4f19-af99-2f6e3968c835 2022-05-19T17:29:39.813Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||No resources found for Service: d27b1345-5365-4191-b500-d3f9d85e5641 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:29:39.816Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500|| 2022-05-19T17:29:39.816Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-05-19T17:29:39.816Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||No resources found for Service: d27b1345-5365-4191-b500-d3f9d85e5641 2022-05-19T17:29:39.817Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d27b1345-5365-4191-b500-d3f9d85e5641 2022-05-19T17:29:39.817Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-05-19T17:29:39.817Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:29:39.821Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@378aec15, org.onap.sdc.toscaparser.api.parameters.Input@6b65815c, org.onap.sdc.toscaparser.api.parameters.Input@72fc5850, org.onap.sdc.toscaparser.api.parameters.Input@1fca6cb0, org.onap.sdc.toscaparser.api.parameters.Input@7fc0c118] 2022-05-19T17:29:39.822Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d27b1345-5365-4191-b500-d3f9d85e5641: Generic NeutronNet 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.823Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-05-19T17:29:39.853Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.854Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.854Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.854Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.854Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:29:39.854Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:29:39.854Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-19T17:29:39.934Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-05-19T17:29:39.934Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-05-19T17:29:39.934Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-05-19T17:29:39.934Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:29:39.934Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:29:39.936Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:29:39.936Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981379934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:29:40.036Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:29:40.036Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:29:40.036Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:29:40.045Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:29:40.045Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:29:40.936Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:29:40.944Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:29:40.947Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:29:40.947Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:29:40.947Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:30:10.947Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:30:10.958Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:30:10.960Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:30:10.960Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:30:10.961Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:30:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:30:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:30:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:30:35.760Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:30:35.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:30:35.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981375640, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:30:35.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:30:40.961Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:30:40.968Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:30:40.970Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:30:40.971Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:30:40.971Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:31:10.971Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:31:10.980Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:31:10.982Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:31:10.982Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:31:10.982Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:31:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:31:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:31:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:31:36.162Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:31:36.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981375640, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.164Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.164Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.164Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981378358, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "aai-ml", "timestamp": 1652981378934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981379934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.165Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "aai-ml", "timestamp": 1652981379937, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:36.172Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 235e8ff1-5c2f-4504-a0e1-63a207543a2f 2022-05-19T17:31:36.172Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235e8ff1-5c2f-4504-a0e1-63a207543a2f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981380662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981380662, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981383537, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981384938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981385941, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:36.184Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 235e8ff1-5c2f-4504-a0e1-63a207543a2f 2022-05-19T17:31:36.184Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 235e8ff1-5c2f-4504-a0e1-63a207543a2f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.189Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.190Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.191Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.192Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.193Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981403825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981402546, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981410662, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.194Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "multicloud-k8s-id", "timestamp": 1652981411460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981419645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981419654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981419740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.195Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.196Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "cds", "timestamp": 1652981420649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.204Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 2022-05-19T17:31:36.204Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981413425, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981421411, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981422312, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981422414, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:36.215Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 2022-05-19T17:31:36.216Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981415215, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981423513, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981424012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981424495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "ves-openapi-manager", "timestamp": 1652981424515, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:36.225Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 2022-05-19T17:31:36.225Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981425015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.232Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "aai-ml", "timestamp": 1652981425499, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:36.236Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 2022-05-19T17:31:36.236Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981418013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:31:36.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:31:36.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "policy-id", "timestamp": 1652981426017, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:36.248Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 2022-05-19T17:31:36.248Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981431004, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981433009, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:31:36.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "clamp", "timestamp": 1652981434012, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:36.258Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 2022-05-19T17:31:36.258Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:31:40.982Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:31:40.990Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:31:40.994Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:31:40.998Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:32:10.998Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:32:11.005Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 235e8ff1-5c2f-4504-a0e1-63a207543a2f and serviceModelVersionId: d27b1345-5365-4191-b500-d3f9d85e5641 2022-05-19T17:32:11.005Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a8f1b82-07cd-472a-844e-59b3a2b2f210 2022-05-19T17:32:11.005Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0 2022-05-19T17:32:11.010Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:32:11.046Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0|INFO|500||Invoke 2022-05-19T17:32:11.046Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[235e8ff1-5c2f-4504-a0e1-63a207543a2f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0851aad3-335b-471b-bcfc-17ed47f2bffa], X-ECOMP-RequestID=[235e8ff1-5c2f-4504-a0e1-63a207543a2f], X-TransactionId=[], X-ONAP-RequestID=[235e8ff1-5c2f-4504-a0e1-63a207543a2f], Content-Type=[application/merge-patch+json]} 2022-05-19T17:32:11.070Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:32:11.258Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?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/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220519-17:32:11:079-47155], vertex-id=[184464], Content-Length=[0], Date=[Thu, 19 May 2022 17:32:11 GMT], Content-Type=[application/json]} 2022-05-19T17:32:11.258Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:32:11.259Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a8f1b82-07cd-472a-844e-59b3a2b2f210/model-vers/model-ver/d27b1345-5365-4191-b500-d3f9d85e5641?depth=0|INFO|500||InvokeReturn 2022-05-19T17:32:11.259Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:32:11.259Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:32:11.263Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:32:11.263Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 235e8ff1-5c2f-4504-a0e1-63a207543a2f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:32:11.263Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:32:11.263Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:11.265Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:11.265Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981531263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:32:11.365Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:11.366Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:11.366Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:11.378Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:11.378Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:32:12.277Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:32:12.277Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:32:12.277Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:16.625Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:16.626Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:32:16.626Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"143e1ce4-05e4-4414-b4ba-7ceeaa9359a7","serviceName":"Demo_pNF_RAUgONHYEkrCSpNuO5ta","serviceVersion":"1.0","serviceUUID":"1d785127-297f-41e1-bc18-e22d70e194d0","serviceDescription":"catalog service description","serviceInvariantUUID":"a51b0bae-6db7-47ef-bab5-ed8cc5554a49","resources":[{"resourceInstanceName":"pNF c0c6c987-3a2d 0","resourceName":"pNF c0c6c987-3a2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"af3d0c8c-0add-4055-ab06-257bfa432673","resourceInvariantUUID":"e5690b4e-7176-4ba7-a79b-7cc89a7f96dd","resourceCustomizationUUID":"e6a4de04-e9b8-499f-ba0a-cbe3463d349f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml","artifactChecksum":"ZjRjNjE5NWIwZDI2M2IzYzY4OTRjN2VhNmU3NGE2NTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"744263b7-585a-4a36-b287-93f020d54880","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar","artifactChecksum":"MTUwYjBhZjk0YzJjNzRlZDNiYmQwODE5YzdlYmUyYWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"019f8d8a-acf9-4c43-836d-7f15920942b3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"71e90759-ef96-4dd6-8b62-e9035bc83ba9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJmY2IxYTY4NGZmZjY1MDFiODY5MTU1MjE2YzhhMzI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e905ad8b-1a40-409f-a059-2214a9116ebe","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"693e0a3d-504e-4dad-980a-163386a86c73","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4244a464-6165-4b26-b839-1d67065047b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRaugonhyekrcspnuo5ta-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml","artifactChecksum":"ODcwMGJlZmI5NTdmMDE5ZWRlODUzYjA3NGE1NTc2MjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e1e957b8-6ffb-4652-9251-2d7718c04862","artifactVersion":"1"},{"artifactName":"service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar","artifactChecksum":"MDhhNDUyYzE0OTQxNTkxZGZhZGQ2ZTc2MWQ2MDA1NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ff8043e-fdbd-453c-b535-e50da44454bf","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:32:16.629Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:16.630Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:16.631Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:16.632Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:16.732Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:16.733Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:16.733Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:16.743Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:16.743Z||pool-40-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:17.632Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:17.633Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:17.634Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:17.635Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:17.735Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:17.735Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:17.735Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:17.745Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:17.745Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:18.635Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:18.641Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:18.642Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:18.642Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:18.742Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:18.749Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:18.749Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:18.759Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:18.759Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:19.643Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:19.643Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:19.652Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:19.652Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:19.753Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:32:19.753Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:19.753Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:19.761Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:19.762Z||pool-43-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:20.653Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:20.653Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:20.655Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:20.655Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:20.755Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:20.756Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:20.756Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:20.766Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:20.766Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:21.655Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:21.656Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:21.658Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:21.658Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:21.758Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:21.759Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:21.759Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:21.767Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:21.767Z||pool-45-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:22.658Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:22.659Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:22.660Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:22.661Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:22.761Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:22.762Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:22.762Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:22.771Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:22.771Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:32:23.661Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:23.662Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:23.663Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:23.663Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:32:23.764Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:32:23.764Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:23.764Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:23.774Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:23.774Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:24.664Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "serviceName": "Demo_pNF_RAUgONHYEkrCSpNuO5ta", "serviceVersion": "1.0", "serviceUUID": "1d785127-297f-41e1-bc18-e22d70e194d0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a51b0bae-6db7-47ef-bab5-ed8cc5554a49", "resources": [ { "resourceInstanceName": "pNF c0c6c987-3a2d 0", "resourceCustomizationUUID": "e6a4de04-e9b8-499f-ba0a-cbe3463d349f", "resourceName": "pNF c0c6c987-3a2d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "af3d0c8c-0add-4055-ab06-257bfa432673", "resourceInvariantUUID": "e5690b4e-7176-4ba7-a79b-7cc89a7f96dd", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "artifactChecksum": "MDhhNDUyYzE0OTQxNTkxZGZhZGQ2ZTc2MWQ2MDA1NmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6ff8043e-fdbd-453c-b535-e50da44454bf" } ], "workloadContext": "Production" } 2022-05-19T17:32:24.665Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:32:24.665Z|235e8ff1-5c2f-4504-a0e1-63a207543a2f|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1d785127-297f-41e1-bc18-e22d70e194d0 ASDC 2022-05-19T17:32:24.665Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 ServiceName:Demo_pNF_RAUgONHYEkrCSpNuO5ta ServiceVersion:1.0 ServiceUUID:1d785127-297f-41e1-bc18-e22d70e194d0 ServiceInvariantUUID:a51b0bae-6db7-47ef-bab5-ed8cc5554a49 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar ArtifactUUID:6ff8043e-fdbd-453c-b535-e50da44454bf ArtifactChecksum:MDhhNDUyYzE0OTQxNTkxZGZhZGQ2ZTc2MWQ2MDA1NmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c0c6c987-3a2d 0 ResourceCustomizationUUID:e6a4de04-e9b8-499f-ba0a-cbe3463d349f ResourceInvariantUUID:e5690b4e-7176-4ba7-a79b-7cc89a7f96dd ResourceName:pNF c0c6c987-3a2d ResourceType:PNF ResourceUUID:af3d0c8c-0add-4055-ab06-257bfa432673 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-19T17:32:24.665Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d785127-297f-41e1-bc18-e22d70e194d0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:32:24.685Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:32:24.686Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:32:24.686Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:32:24.686Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6ff8043e-fdbd-453c-b535-e50da44454bf from URL: /sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:24.686Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:32:24.686Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:24.893Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:32:24.897Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 6ff8043e-fdbd-453c-b535-e50da44454bf 82641 2022-05-19T17:32:24.897Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar ASDC sendASDCNotification 2022-05-19T17:32:24.897Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:24.897Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:32:24.897Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:24.899Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:24.899Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981544897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:32:24.999Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:25.000Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:25.000Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:25.011Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:25.012Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:25.900Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:32:25.901Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:32:25.901Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 6ff8043e-fdbd-453c-b535-e50da44454bf, URL: /sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar to file: /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:25.901Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:25.901Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:25.902Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.012Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8428226513233487960/Definitions/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml 2022-05-19T17:32:26.560Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c0c6c987-3a2d 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-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.561Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.562Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:32:26.562Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.562Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.562Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Node template pNF c0c6c987-3a2d 0 is matching search criteria 2022-05-19T17:32:26.562Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:32:26.562Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF c0c6c987-3a2d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:32:26.562Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Node template pNF c0c6c987-3a2d 0 is matching search criteria 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF c0c6c987-3a2d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.563Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.564Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.564Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.564Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.564Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.564Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.564Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_RAUgONHYEkrCSpNuO5ta Description:catalog service description Model UUID:1d785127-297f-41e1-bc18-e22d70e194d0 Model Version:NULL Model InvariantUuid:a51b0bae-6db7-47ef-bab5-ed8cc5554a49 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:32:26.571Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: af3d0c8c-0add-4055-ab06-257bfa432673 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:32:26.574Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||pNF c0c6c987-3a2d 0 2022-05-19T17:32:26.574Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: af3d0c8c-0add-4055-ab06-257bfa432673 2022-05-19T17:32:26.574Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 1d785127-297f-41e1-bc18-e22d70e194d0 2022-05-19T17:32:26.574Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1d785127-297f-41e1-bc18-e22d70e194d0 2022-05-19T17:32:26.574Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c0c6c987-3a2d 0 af3d0c8c-0add-4055-ab06-257bfa432673 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:32:26.579Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@723575d5, org.onap.sdc.toscaparser.api.parameters.Input@ed2f756, org.onap.sdc.toscaparser.api.parameters.Input@518771c7, org.onap.sdc.toscaparser.api.parameters.Input@1af06f66, org.onap.sdc.toscaparser.api.parameters.Input@43323a30] 2022-05-19T17:32:26.579Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.579Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.579Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1d785127-297f-41e1-bc18-e22d70e194d0: pNF c0c6c987-3a2d 2022-05-19T17:32:26.579Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||Processing PNF resource: af3d0c8c-0add-4055-ab06-257bfa432673 2022-05-19T17:32:26.580Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:32:26.580Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_RAUgONHYEkrCSpNuO5ta is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:32:26.580Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||Resource customization UUID: e6a4de04-e9b8-499f-ba0a-cbe3463d349f is the same as notified resource customizationUUID: e6a4de04-e9b8-499f-ba0a-cbe3463d349f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-19T17:32:26.633Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c0c6c987-3a2d af3d0c8c-0add-4055-ab06-257bfa432673 0 ASDC deployResourceStructure 2022-05-19T17:32:26.634Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar ASDC sendASDCNotification 2022-05-19T17:32:26.634Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar 2022-05-19T17:32:26.634Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:32:26.634Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:26.636Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:26.636Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981546633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:32:26.736Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:26.737Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:26.737Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:26.747Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:26.747Z||pool-49-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:32:27.636Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:32:27.646Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:32:27.649Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:32:27.649Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:32:27.649Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:32:27.649Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:32:27.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:32:27.654Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:32:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:32:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:32:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:36.262Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:36.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "235e8ff1-5c2f-4504-a0e1-63a207543a2f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981531263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:36.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/resourceInstances/pnfc0c6c9873a2d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981532277, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981544897, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981546633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRaugonhyekrcspnuo5ta/1.0/artifacts/service-DemoPnfRaugonhyekrcspnuo5ta-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:32:36.264Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:32:57.654Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:32:57.659Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and serviceModelVersionId: 1d785127-297f-41e1-bc18-e22d70e194d0 2022-05-19T17:32:57.659Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a51b0bae-6db7-47ef-bab5-ed8cc5554a49 2022-05-19T17:32:57.660Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0 2022-05-19T17:32:57.663Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:32:57.696Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0|INFO|500||Invoke 2022-05-19T17:32:57.697Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[143e1ce4-05e4-4414-b4ba-7ceeaa9359a7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68c60e12-c4f4-4f6c-aa7f-017d589456dc], X-ECOMP-RequestID=[143e1ce4-05e4-4414-b4ba-7ceeaa9359a7], X-TransactionId=[], X-ONAP-RequestID=[143e1ce4-05e4-4414-b4ba-7ceeaa9359a7], Content-Type=[application/merge-patch+json]} 2022-05-19T17:32:57.713Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:32:58.005Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?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/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220519-17:32:57:720-31727], vertex-id=[200904], Content-Length=[0], Date=[Thu, 19 May 2022 17:32:57 GMT], Content-Type=[application/json]} 2022-05-19T17:32:58.005Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:32:58.006Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51b0bae-6db7-47ef-bab5-ed8cc5554a49/model-vers/model-ver/1d785127-297f-41e1-bc18-e22d70e194d0?depth=0|INFO|500||InvokeReturn 2022-05-19T17:32:58.006Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:32:58.006Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:32:58.012Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:32:58.012Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 143e1ce4-05e4-4414-b4ba-7ceeaa9359a7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:32:58.012Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:32:58.013Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:58.014Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:58.014Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981578012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:32:58.115Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:32:58.115Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:58.115Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:58.124Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:58.124Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:32:59.026Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:32:59.026Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:32:59.026Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:59.647Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:59.648Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:32:59.648Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0bdf4d73-92a0-4540-86f9-c00d4ae2d96c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bfeda607-0bdf-4e68-9e98-9218e5ac56e4","serviceDescription":"service","serviceInvariantUUID":"13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4968687-d879-4eea-bb0b-bb8c3efa85f0","resourceInvariantUUID":"9ad6970d-bf5e-4eb7-8aa9-d487e166f837","resourceCustomizationUUID":"26151894-88ab-4617-8945-59a5b9074b8f","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":"NmZmNDM2YjhiZmNlYThhZjc5ZGI1MTAyZjZiZDY5YTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b12e6c46-7a1e-4059-ad3b-ff7ddb7a6693","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":"MWU0ZDNjMDUxMzEzYzkxZTFmZjdkMzg4MWE3ZTY5OTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"23aea2f2-831a-496e-81bc-622275782aa8","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":"cfa6681a-c6a0-4e54-be99-7c1915aa52f1","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":"e10bebd1-c0b1-4bfb-abac-895fcec833e0","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":"558a7a14-053f-4d8a-8d41-1b913c8a9086","artifactVersion":"2","generatedFromUUID":"cfa6681a-c6a0-4e54-be99-7c1915aa52f1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjgwYzNhODY5YmYxMDMzYWVmNWFiNzI3NDMzMjU0NzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"694909ea-2b41-46c2-8335-b975f85fcfbc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDc3MWMxYzA5ODE0NWMwNjI0NTk5N2NiZmE1ZTM4NDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53438884-25b8-4493-aa3e-25f9a59a7aa6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:32:59.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:32:59.650Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:32:59.652Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:32:59.652Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:32:59.752Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:32:59.752Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:32:59.753Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:32:59.761Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:32:59.761Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:00.652Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:33:00.653Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:00.655Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:00.655Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:33:00.755Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:00.756Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:00.756Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:00.765Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:00.766Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:01.655Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:33:01.656Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:01.658Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:01.658Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:33:01.758Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:01.759Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:01.759Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:01.769Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:01.769Z||pool-53-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:02.659Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:33:02.659Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:02.661Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:02.661Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:02.761Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:02.762Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:02.762Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:02.772Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:02.772Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:03.661Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:33:03.662Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:03.664Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:03.664Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-19T17:33:03.764Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:03.765Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:03.765Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:03.774Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:03.774Z||pool-55-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:04.664Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:33:04.665Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:04.667Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:04.667Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:04.767Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:04.768Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:04.768Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:04.776Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:04.777Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:05.667Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:33:05.668Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:05.669Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:05.670Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:05.770Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:05.770Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:05.771Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:05.779Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:05.780Z||pool-57-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:06.671Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "bfeda607-0bdf-4e68-9e98-9218e5ac56e4", "serviceDescription": "service", "serviceInvariantUUID": "13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "26151894-88ab-4617-8945-59a5b9074b8f", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d4968687-d879-4eea-bb0b-bb8c3efa85f0", "resourceInvariantUUID": "9ad6970d-bf5e-4eb7-8aa9-d487e166f837", "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": "MWU0ZDNjMDUxMzEzYzkxZTFmZjdkMzg4MWE3ZTY5OTk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "23aea2f2-831a-496e-81bc-622275782aa8", "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": "cfa6681a-c6a0-4e54-be99-7c1915aa52f1", "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": "558a7a14-053f-4d8a-8d41-1b913c8a9086", "generatedFromUUID": "cfa6681a-c6a0-4e54-be99-7c1915aa52f1" }, "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": "558a7a14-053f-4d8a-8d41-1b913c8a9086", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MDc3MWMxYzA5ODE0NWMwNjI0NTk5N2NiZmE1ZTM4NDE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "53438884-25b8-4493-aa3e-25f9a59a7aa6" } ], "workloadContext": "Production" } 2022-05-19T17:33:06.671Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:33:06.671Z|143e1ce4-05e4-4414-b4ba-7ceeaa9359a7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bfeda607-0bdf-4e68-9e98-9218e5ac56e4 ASDC 2022-05-19T17:33:06.672Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0bdf4d73-92a0-4540-86f9-c00d4ae2d96c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:bfeda607-0bdf-4e68-9e98-9218e5ac56e4 ServiceInvariantUUID:13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0 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:53438884-25b8-4493-aa3e-25f9a59a7aa6 ArtifactChecksum:MDc3MWMxYzA5ODE0NWMwNjI0NTk5N2NiZmE1ZTM4NDE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:26151894-88ab-4617-8945-59a5b9074b8f ResourceInvariantUUID:9ad6970d-bf5e-4eb7-8aa9-d487e166f837 ResourceName:basic_vm ResourceType:VF ResourceUUID:d4968687-d879-4eea-bb0b-bb8c3efa85f0 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:23aea2f2-831a-496e-81bc-622275782aa8 ArtifactChecksum:MWU0ZDNjMDUxMzEzYzkxZTFmZjdkMzg4MWE3ZTY5OTk= 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:cfa6681a-c6a0-4e54-be99-7c1915aa52f1 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:558a7a14-053f-4d8a-8d41-1b913c8a9086 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:558a7a14-053f-4d8a-8d41-1b913c8a9086 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-19T17:33:06.672Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bfeda607-0bdf-4e68-9e98-9218e5ac56e4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:33:06.700Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:33:06.701Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:33:06.701Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:33:06.701Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53438884-25b8-4493-aa3e-25f9a59a7aa6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-19T17:33:06.701Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:33:06.701Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-19T17:33:06.836Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:33:06.839Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 53438884-25b8-4493-aa3e-25f9a59a7aa6 71062 2022-05-19T17:33:06.839Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-19T17:33:06.839Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-19T17:33:06.839Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:33:06.839Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:06.841Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:06.841Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981586839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:06.941Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:06.941Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:06.942Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:06.950Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:06.951Z||pool-58-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:07.841Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:33:07.842Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:33:07.842Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 53438884-25b8-4493-aa3e-25f9a59a7aa6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:07.843Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-05-19T17:33:07.843Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:07.843Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:07.937Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8204990199861440414/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-19T17:33:08.801Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:33:08.801Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:33:08.801Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.801Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:08.802Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.803Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.804Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-19T17:33:08.805Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e0e56760-9511-49ee-9df3-a7ad001ada97 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:08.806Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:bfeda607-0bdf-4e68-9e98-9218e5ac56e4 Model Version:NULL Model InvariantUuid:13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:2ed98ec8-b33a-4070-a470-04e1be9e13fd Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9ad6970d-bf5e-4eb7-8aa9-d487e166f837 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:26151894-88ab-4617-8945-59a5b9074b8f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4a375bf4-a256-4c91-9408-b6aa266d835c ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:42d19017-ec88-43b4-8ed0-b73b93a21aa9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e0e56760-9511-49ee-9df3-a7ad001ada97 ModelInvariantUuid:1312ff11-4828-49a7-9823-cb3047182f05 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:1188d82e-4409-4a9d-982a-a6f427125856 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:8c2fe779-2e4e-42cc-ae6b-f844c7f7c8d2 ModelInvariantUuid:029aefe8-f52b-40f7-bbb6-51adc20d36d8 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:f70ccc71-a36a-4327-b007-af22a82d0e79 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:33:08.812Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d4968687-d879-4eea-bb0b-bb8c3efa85f0 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:33:08.815Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-05-19T17:33:08.815Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4968687-d879-4eea-bb0b-bb8c3efa85f0 2022-05-19T17:33:08.815Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 23aea2f2-831a-496e-81bc-622275782aa8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-19T17:33:08.815Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:33:08.815Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-19T17:33:08.860Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:33:08.861Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 23aea2f2-831a-496e-81bc-622275782aa8 787 2022-05-19T17:33:08.861Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-19T17:33:08.861Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-19T17:33:08.861Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:33:08.861Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:08.863Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:08.863Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981588861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:08.963Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:08.964Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:08.964Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:08.972Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:08.973Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:09.864Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4a375bf4-a256-4c91-9408-b6aa266d835c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42d19017-ec88-43b4-8ed0-b73b93a21aa9", "vfModuleModelCustomizationUUID": "dea9f91c-e914-4bd9-a789-0c508c18e47b", "isBase": true, "artifacts": [ "cfa6681a-c6a0-4e54-be99-7c1915aa52f1", "558a7a14-053f-4d8a-8d41-1b913c8a9086" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:33:09.867Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42d19017-ec88-43b4-8ed0-b73b93a21aa9 VfModuleModelInvariantUUID:4a375bf4-a256-4c91-9408-b6aa266d835c VfModuleModelDescription:NULL Artifacts UUID List:{ cfa6681a-c6a0-4e54-be99-7c1915aa52f1 , 558a7a14-053f-4d8a-8d41-1b913c8a9086 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:33:09.868Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4a375bf4-a256-4c91-9408-b6aa266d835c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "42d19017-ec88-43b4-8ed0-b73b93a21aa9", "vfModuleModelCustomizationUUID": "dea9f91c-e914-4bd9-a789-0c508c18e47b", "isBase": true, "artifacts": [ "cfa6681a-c6a0-4e54-be99-7c1915aa52f1", "558a7a14-053f-4d8a-8d41-1b913c8a9086" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:33:09.868Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:42d19017-ec88-43b4-8ed0-b73b93a21aa9 VfModuleModelInvariantUUID:4a375bf4-a256-4c91-9408-b6aa266d835c VfModuleModelDescription:NULL Artifacts UUID List:{ cfa6681a-c6a0-4e54-be99-7c1915aa52f1 , 558a7a14-053f-4d8a-8d41-1b913c8a9086 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:33:09.868Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cfa6681a-c6a0-4e54-be99-7c1915aa52f1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-19T17:33:09.868Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:33:09.869Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-19T17:33:09.911Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:33:09.912Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml cfa6681a-c6a0-4e54-be99-7c1915aa52f1 5033 2022-05-19T17:33:09.912Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-19T17:33:09.912Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-19T17:33:09.912Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:33:09.912Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:09.913Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:09.913Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981589912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:10.014Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:33:10.014Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:10.014Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:10.023Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:10.023Z||pool-60-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:10.914Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 558a7a14-053f-4d8a-8d41-1b913c8a9086 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-19T17:33:10.915Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:33:10.915Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-19T17:33:11.029Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:33:11.029Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 558a7a14-053f-4d8a-8d41-1b913c8a9086 903 2022-05-19T17:33:11.029Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-19T17:33:11.030Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-19T17:33:11.030Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:33:11.030Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:11.031Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:11.031Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981591029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:11.132Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:33:11.132Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:11.132Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:11.141Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:11.142Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:12.032Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: bfeda607-0bdf-4e68-9e98-9218e5ac56e4 2022-05-19T17:33:12.032Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d4968687-d879-4eea-bb0b-bb8c3efa85f0 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:33:12.041Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d69ee29, org.onap.sdc.toscaparser.api.parameters.Input@4e639109, org.onap.sdc.toscaparser.api.parameters.Input@1356841a, org.onap.sdc.toscaparser.api.parameters.Input@7474168f, org.onap.sdc.toscaparser.api.parameters.Input@168ea68e] 2022-05-19T17:33:12.042Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.043Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.043Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-19T17:33:12.043Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 26151894-88ab-4617-8945-59a5b9074b8f 2022-05-19T17:33:12.043Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 26151894-88ab-4617-8945-59a5b9074b8f matches Tosca VF Customization UUID: 26151894-88ab-4617-8945-59a5b9074b8f 2022-05-19T17:33:12.043Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 26151894-88ab-4617-8945-59a5b9074b8f matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-19T17:33:12.045Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.045Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.045Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 26151894-88ab-4617-8945-59a5b9074b8f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-05-19T17:33:12.045Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37f20eca 2022-05-19T17:33:12.045Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.045Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:33:12.046Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dea9f91c-e914-4bd9-a789-0c508c18e47b 2022-05-19T17:33:12.046Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dea9f91c-e914-4bd9-a789-0c508c18e47b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-19T17:33:12.048Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.048Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:12.048Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:33:12.048Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.048Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:12.048Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:33:12.049Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.049Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-05-19T17:33:12.049Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-19T17:33:12.049Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-19T17:33:12.049Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e0e56760-9511-49ee-9df3-a7ad001ada97 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:33:12.051Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.051Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:12.051Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:33:12.051Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.051Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-05-19T17:33:12.051Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=26151894-88ab-4617-8945-59a5b9074b8f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid bfeda607-0bdf-4e68-9e98-9218e5ac56e4: basic_vm 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.053Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.054Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.054Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.054Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.054Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:33:12.054Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:33:12.054Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:33:12.124Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d4968687-d879-4eea-bb0b-bb8c3efa85f0 1 ASDC deployResourceStructure 2022-05-19T17:33:12.124Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-05-19T17:33:12.124Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-05-19T17:33:12.124Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:33:12.124Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:12.126Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:12.126Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981592124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:33:12.226Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:12.227Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:12.227Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:12.237Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:12.237Z||pool-62-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:13.127Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-19T17:33:13.127Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-05-19T17:33:13.127Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:33:13.127Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:13.129Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:13.129Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981593126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:33:13.229Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:13.229Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:13.230Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:13.240Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:13.240Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:33:14.129Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-19T17:33:14.130Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-05-19T17:33:14.130Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:33:14.130Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:14.132Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:14.132Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981594129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-19T17:33:14.232Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:14.232Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:14.232Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:14.241Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:14.241Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:15.132Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-05-19T17:33:15.133Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-05-19T17:33:15.133Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:33:15.133Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:33:15.134Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:33:15.134Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981595132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:33:15.235Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:33:15.235Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:33:15.235Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:15.243Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:15.243Z||pool-65-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:33:16.135Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:33:16.146Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:33:16.148Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:33:16.148Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:33:16.148Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:33:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:33:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:33:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:33:36.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:33:36.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981571460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981568825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981568013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981568825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981571460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981568013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "ves-openapi-manager", "timestamp": 1652981573425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981568825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981571460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981568013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "ves-openapi-manager", "timestamp": 1652981573425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981568825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981571460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981568013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981575215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "ves-openapi-manager", "timestamp": 1652981573425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981568825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981571460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981568013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981575215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "ves-openapi-manager", "timestamp": 1652981573425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981568825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981571460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981568013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981575215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "143e1ce4-05e4-4414-b4ba-7ceeaa9359a7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981578012, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "ves-openapi-manager", "timestamp": 1652981573425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981568825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981571460, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981568013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981575215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "ves-openapi-manager", "timestamp": 1652981573425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981579348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981579352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981575215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "ves-openapi-manager", "timestamp": 1652981573425, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "cds", "timestamp": 1652981580356, "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=? 2022-05-19T17:33:36.280Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c 2022-05-19T17:33:36.280Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981580409, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981575215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.289Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981581536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981575215, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.290Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981582552, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:33:36.294Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c 2022-05-19T17:33:36.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:33:36.303Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.303Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.303Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981582949, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981582546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "multicloud-k8s-id", "timestamp": 1652981583555, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981583954, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981582546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.305Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "policy-id", "timestamp": 1652981584956, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:33:36.309Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c 2022-05-19T17:33:36.309Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-19T17:33:36.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981585027, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981582546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981579026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981582546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981586839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981587033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981582546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "clamp", "timestamp": 1652981588036, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:33:36.319Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c 2022-05-19T17:33:36.320Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:33:36.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981582546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981588861, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981582546, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981589912, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981590273, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981591029, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981590662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981592124, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981590662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981593126, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981590662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981594129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.329Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981590662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981595132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981590662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.330Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981590662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981590662, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.331Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981597437, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.332Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.332Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "aai-ml", "timestamp": 1652981598441, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:33:36.335Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c 2022-05-19T17:33:36.335Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981598461, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981600544, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:33:36.342Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981601547, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:33:36.345Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c 2022-05-19T17:33:36.345Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:33:46.148Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:33:46.159Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:33:46.161Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:33:46.161Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:33:46.161Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:33:46.161Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:33:46.161Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:33:46.162Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:33:46.162Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:33:46.162Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:33:46.162Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:33:46.162Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:33:46.162Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:33:46.166Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:34:16.166Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:34:16.173Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and serviceModelVersionId: bfeda607-0bdf-4e68-9e98-9218e5ac56e4 2022-05-19T17:34:16.173Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0 2022-05-19T17:34:16.174Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0/model-vers/model-ver/bfeda607-0bdf-4e68-9e98-9218e5ac56e4?depth=0 2022-05-19T17:34:16.177Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:34:16.230Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0/model-vers/model-ver/bfeda607-0bdf-4e68-9e98-9218e5ac56e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-19T17:34:16.231Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0/model-vers/model-ver/bfeda607-0bdf-4e68-9e98-9218e5ac56e4?depth=0|INFO|500||Invoke 2022-05-19T17:34:16.247Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0/model-vers/model-ver/bfeda607-0bdf-4e68-9e98-9218e5ac56e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:34:16.544Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0/model-vers/model-ver/bfeda607-0bdf-4e68-9e98-9218e5ac56e4?depth=0|INFO|500||InvokeReturn 2022-05-19T17:34:16.544Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13d2c0cb-6e5d-43bf-8c5f-6fe0d74e51b0/model-vers/model-ver/bfeda607-0bdf-4e68-9e98-9218e5ac56e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220519-17:34:16:256-62835], vertex-id=[442608], Content-Length=[0], Date=[Thu, 19 May 2022 17:34:16 GMT], Content-Type=[application/json]} 2022-05-19T17:34:16.545Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:34:16.545Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:34:16.545Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:34:16.551Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:34:16.551Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0bdf4d73-92a0-4540-86f9-c00d4ae2d96c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:34:16.551Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:34:16.551Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:34:16.552Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:34:16.553Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981656551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:34:16.653Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:34:16.653Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:34:16.654Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:34:16.663Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:34:16.664Z||pool-66-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:34:17.565Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:34:17.566Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:34:17.566Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:34:27.098Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:34:27.098Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:34:27.099Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:34:27.099Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:34:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:34:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:34:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:34:36.259Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:34:36.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:34:36.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0bdf4d73-92a0-4540-86f9-c00d4ae2d96c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981656551, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:34:36.260Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:34:36.630Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:34:36.631Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:34:36.631Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:34:36.631Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:34:46.161Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:35:35.640Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:35:35.641Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:35:35.641Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:35:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:35:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:35:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:35:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:35:45.177Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:36:35.640Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:36:35.641Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:36:35.641Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:36:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:36:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:36:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:36:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:36:45.175Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:35.640Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:37:35.640Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:37:35.641Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:37:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:37:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:35.984Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:35.984Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.984Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.985Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-19T17:37:35.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-19T17:37:35.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:37:35.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:35.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T17:37:35.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:35.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T17:37:36.282Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:36.283Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:37:36.283Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a9e05fca-775a-4443-b79b-74cc96c9bbcd","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e6c93cef-99de-4a2c-af21-625bc915d928","serviceDescription":"service","serviceInvariantUUID":"b09219c2-7861-4bde-bfd6-7911f937e0c1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed47de08-cb7f-4e72-bde1-9e0b7538323a","resourceInvariantUUID":"dd44cf66-c7c9-48b9-a325-1a7521a22b14","resourceCustomizationUUID":"1f45cd73-56d2-487f-bbe8-c38aba9b5a21","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":"M2VjMzAyY2U3NjUwZjRiZjdiNGQ2YjZkNTFhMzJjM2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd59fcf6-e8ba-42ba-9540-cdba9e3163f5","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":"6b6d416d-a1ee-4d5e-b880-4f9ddad2212c","artifactVersion":"2","generatedFromUUID":"ed6b16ed-1094-4d3e-b453-0ee4e1331a20"},{"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":"ed6b16ed-1094-4d3e-b453-0ee4e1331a20","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":"M2M0M2FhYmUyYzg0OTNjNDUxYjFiZTkxYjJjNTYwZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b256dd7b-43c7-4b46-ab98-9eec690dc9fe","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":"e9781999-90ed-41a8-b37a-1cdda7511823","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":"a08a973b-3430-447a-8b36-a120857d139a","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":"43930a10-2e1c-482d-99f6-19f91cda8e1a","artifactVersion":"2","generatedFromUUID":"e9781999-90ed-41a8-b37a-1cdda7511823"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yzk2OWJhMTY0ZTcxMWQ3YjEyZTY0OTdhMTVmMTE1NTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"82486bc7-d53b-4148-9b4b-16316bc04815","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTVlMzlkMWQ2NmJlNzU4MThjYzRlOWY0NGFhMzk4MTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ed14ea98-b68e-4d27-b92e-ab85cbe780f6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:37:36.284Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:36.285Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:36.286Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:36.286Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:36.387Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:36.387Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:36.387Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:36.396Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:36.397Z||pool-67-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:37.287Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:37.288Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:37.290Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:37.290Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-19T17:37:37.390Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:37.391Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:37.391Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:37.400Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:37.400Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:38.290Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:38.291Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:38.292Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:38.293Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-19T17:37:38.393Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:38.393Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:38.393Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:38.402Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:38.402Z||pool-69-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:39.293Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:39.294Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:39.295Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:39.295Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:37:39.396Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:39.396Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:39.396Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:39.405Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:39.405Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:40.296Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:40.297Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:40.298Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:40.298Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-19T17:37:40.398Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:40.399Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:40.399Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:40.407Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:40.408Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:41.298Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:41.299Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:41.301Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:41.301Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:41.401Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:41.402Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:41.402Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:41.410Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:41.411Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:42.301Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:42.302Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:42.303Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:42.303Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-19T17:37:42.404Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:42.404Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:42.404Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:42.411Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:42.411Z||pool-73-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:43.304Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:43.305Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:43.306Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:43.306Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:37:43.406Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:43.407Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:43.407Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:43.415Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:43.415Z||pool-74-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:44.307Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:37:44.307Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:44.309Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:44.309Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:37:44.409Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:44.410Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:44.410Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:44.417Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:44.417Z||pool-75-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:45.310Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e6c93cef-99de-4a2c-af21-625bc915d928", "serviceDescription": "service", "serviceInvariantUUID": "b09219c2-7861-4bde-bfd6-7911f937e0c1", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "1f45cd73-56d2-487f-bbe8-c38aba9b5a21", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ed47de08-cb7f-4e72-bde1-9e0b7538323a", "resourceInvariantUUID": "dd44cf66-c7c9-48b9-a325-1a7521a22b14", "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": "6b6d416d-a1ee-4d5e-b880-4f9ddad2212c", "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": "ed6b16ed-1094-4d3e-b453-0ee4e1331a20", "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": "M2M0M2FhYmUyYzg0OTNjNDUxYjFiZTkxYjJjNTYwZDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b256dd7b-43c7-4b46-ab98-9eec690dc9fe", "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": "e9781999-90ed-41a8-b37a-1cdda7511823", "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": "43930a10-2e1c-482d-99f6-19f91cda8e1a", "generatedFromUUID": "e9781999-90ed-41a8-b37a-1cdda7511823" }, "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": "43930a10-2e1c-482d-99f6-19f91cda8e1a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MTVlMzlkMWQ2NmJlNzU4MThjYzRlOWY0NGFhMzk4MTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ed14ea98-b68e-4d27-b92e-ab85cbe780f6" } ], "workloadContext": "Production" } 2022-05-19T17:37:45.310Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:37:45.310Z|0bdf4d73-92a0-4540-86f9-c00d4ae2d96c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e6c93cef-99de-4a2c-af21-625bc915d928 ASDC 2022-05-19T17:37:45.311Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a9e05fca-775a-4443-b79b-74cc96c9bbcd ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e6c93cef-99de-4a2c-af21-625bc915d928 ServiceInvariantUUID:b09219c2-7861-4bde-bfd6-7911f937e0c1 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:ed14ea98-b68e-4d27-b92e-ab85cbe780f6 ArtifactChecksum:MTVlMzlkMWQ2NmJlNzU4MThjYzRlOWY0NGFhMzk4MTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:1f45cd73-56d2-487f-bbe8-c38aba9b5a21 ResourceInvariantUUID:dd44cf66-c7c9-48b9-a325-1a7521a22b14 ResourceName:basic_cnf ResourceType:VF ResourceUUID:ed47de08-cb7f-4e72-bde1-9e0b7538323a 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:6b6d416d-a1ee-4d5e-b880-4f9ddad2212c 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:ed6b16ed-1094-4d3e-b453-0ee4e1331a20 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:b256dd7b-43c7-4b46-ab98-9eec690dc9fe ArtifactChecksum:M2M0M2FhYmUyYzg0OTNjNDUxYjFiZTkxYjJjNTYwZDc= 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:e9781999-90ed-41a8-b37a-1cdda7511823 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:43930a10-2e1c-482d-99f6-19f91cda8e1a 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:43930a10-2e1c-482d-99f6-19f91cda8e1a ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-19T17:37:45.311Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e6c93cef-99de-4a2c-af21-625bc915d928 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:37:45.336Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:37:45.337Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:37:45.337Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:37:45.337Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ed14ea98-b68e-4d27-b92e-ab85cbe780f6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-19T17:37:45.337Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:37:45.337Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-19T17:37:45.536Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:37:45.539Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ed14ea98-b68e-4d27-b92e-ab85cbe780f6 68956 2022-05-19T17:37:45.539Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-19T17:37:45.539Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-19T17:37:45.539Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:37:45.539Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:45.540Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:45.540Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981865539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:37:45.641Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:45.641Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:45.641Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:45.650Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:45.651Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:46.541Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:37:46.542Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:37:46.542Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ed14ea98-b68e-4d27-b92e-ab85cbe780f6, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:46.542Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-05-19T17:37:46.542Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:46.542Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:46.624Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13470801217524120208/Definitions/service-BasicCnf-template.yml 2022-05-19T17:37:47.449Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:37:47.449Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.450Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.451Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:47.452Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-19T17:37:47.453Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=69d097f9-23a7-4cf9-b3bc-83658c59996b 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:47.454Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e6c93cef-99de-4a2c-af21-625bc915d928 Model Version:NULL Model InvariantUuid:b09219c2-7861-4bde-bfd6-7911f937e0c1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8c175e21-7d5e-405e-ba42-fed75455e638 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:dd44cf66-c7c9-48b9-a325-1a7521a22b14 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1f45cd73-56d2-487f-bbe8-c38aba9b5a21 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:44b13e59-ea29-4bc9-b7a5-7a9f7577e6e9 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:ef3bfefe-206e-40aa-8f7b-f65098611f58 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:69d097f9-23a7-4cf9-b3bc-83658c59996b ModelInvariantUuid:66c78556-2632-4a37-bd26-a1cdb89fc960 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:24a266f7-b69c-4b9f-a94d-deb2486a2d9a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:2ae7f580-e93b-467a-88ea-cf4d98718aff ModelInvariantUuid:5a96882d-caab-4b59-a829-7d3b77c93208 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:42d42a8c-f66c-4a46-857e-a6702c894efa ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:37:47.462Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ed47de08-cb7f-4e72-bde1-9e0b7538323a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:37:47.465Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-05-19T17:37:47.465Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed47de08-cb7f-4e72-bde1-9e0b7538323a 2022-05-19T17:37:47.465Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6b6d416d-a1ee-4d5e-b880-4f9ddad2212c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-19T17:37:47.465Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:37:47.465Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-19T17:37:47.727Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:37:47.727Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6b6d416d-a1ee-4d5e-b880-4f9ddad2212c 12 2022-05-19T17:37:47.727Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-19T17:37:47.727Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-05-19T17:37:47.727Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:37:47.728Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:47.729Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:47.729Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981867727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:37:47.829Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:47.830Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:47.830Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:47.839Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:47.840Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:48.730Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ed6b16ed-1094-4d3e-b453-0ee4e1331a20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-19T17:37:48.730Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:37:48.731Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-19T17:37:49.039Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:37:49.040Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ed6b16ed-1094-4d3e-b453-0ee4e1331a20 2688 2022-05-19T17:37:49.040Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-19T17:37:49.040Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-05-19T17:37:49.040Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:37:49.040Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:49.042Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:49.042Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981869040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-19T17:37:49.142Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:49.143Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:49.143Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:49.153Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:49.153Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:50.043Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b256dd7b-43c7-4b46-ab98-9eec690dc9fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-19T17:37:50.043Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:37:50.043Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-19T17:37:50.588Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:37:50.589Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b256dd7b-43c7-4b46-ab98-9eec690dc9fe 828 2022-05-19T17:37:50.589Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-19T17:37:50.589Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-19T17:37:50.589Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:37:50.589Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:50.590Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:50.590Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981870589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:37:50.691Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:50.691Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:50.691Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:50.700Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:50.700Z||pool-79-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:51.591Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "44b13e59-ea29-4bc9-b7a5-7a9f7577e6e9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef3bfefe-206e-40aa-8f7b-f65098611f58", "vfModuleModelCustomizationUUID": "10c8ec7f-2bc5-4e10-bedb-317f93cda566", "isBase": true, "artifacts": [ "e9781999-90ed-41a8-b37a-1cdda7511823", "ed6b16ed-1094-4d3e-b453-0ee4e1331a20", "43930a10-2e1c-482d-99f6-19f91cda8e1a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:37:51.594Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef3bfefe-206e-40aa-8f7b-f65098611f58 VfModuleModelInvariantUUID:44b13e59-ea29-4bc9-b7a5-7a9f7577e6e9 VfModuleModelDescription:NULL Artifacts UUID List:{ e9781999-90ed-41a8-b37a-1cdda7511823 , ed6b16ed-1094-4d3e-b453-0ee4e1331a20 , 43930a10-2e1c-482d-99f6-19f91cda8e1a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:37:51.595Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "44b13e59-ea29-4bc9-b7a5-7a9f7577e6e9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ef3bfefe-206e-40aa-8f7b-f65098611f58", "vfModuleModelCustomizationUUID": "10c8ec7f-2bc5-4e10-bedb-317f93cda566", "isBase": true, "artifacts": [ "e9781999-90ed-41a8-b37a-1cdda7511823", "ed6b16ed-1094-4d3e-b453-0ee4e1331a20", "43930a10-2e1c-482d-99f6-19f91cda8e1a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:37:51.595Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ef3bfefe-206e-40aa-8f7b-f65098611f58 VfModuleModelInvariantUUID:44b13e59-ea29-4bc9-b7a5-7a9f7577e6e9 VfModuleModelDescription:NULL Artifacts UUID List:{ e9781999-90ed-41a8-b37a-1cdda7511823 , ed6b16ed-1094-4d3e-b453-0ee4e1331a20 , 43930a10-2e1c-482d-99f6-19f91cda8e1a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:37:51.595Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e9781999-90ed-41a8-b37a-1cdda7511823 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-19T17:37:51.596Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:37:51.596Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-19T17:37:52.131Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:37:52.131Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e9781999-90ed-41a8-b37a-1cdda7511823 1164 2022-05-19T17:37:52.131Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-19T17:37:52.131Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-19T17:37:52.131Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:37:52.132Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:52.133Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:52.133Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981872131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:37:52.233Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:52.234Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:52.234Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:52.243Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:52.243Z||pool-80-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:53.134Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 43930a10-2e1c-482d-99f6-19f91cda8e1a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-19T17:37:53.134Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:37:53.134Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-19T17:37:53.217Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:37:53.217Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 43930a10-2e1c-482d-99f6-19f91cda8e1a 200 2022-05-19T17:37:53.218Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-19T17:37:53.218Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-19T17:37:53.218Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:37:53.218Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:53.219Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:53.219Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981873217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:37:53.320Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:53.320Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:53.320Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:53.329Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:53.329Z||pool-81-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:54.220Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e6c93cef-99de-4a2c-af21-625bc915d928 2022-05-19T17:37:54.221Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 ed47de08-cb7f-4e72-bde1-9e0b7538323a 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=? 2022-05-19T17:37:54.230Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||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 toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:37:54.236Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a5b9ced, org.onap.sdc.toscaparser.api.parameters.Input@5e3c5524, org.onap.sdc.toscaparser.api.parameters.Input@2371cd4c, org.onap.sdc.toscaparser.api.parameters.Input@5dfe281c, org.onap.sdc.toscaparser.api.parameters.Input@7b646bba] 2022-05-19T17:37:54.237Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.237Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.237Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-19T17:37:54.237Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1f45cd73-56d2-487f-bbe8-c38aba9b5a21 2022-05-19T17:37:54.237Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f45cd73-56d2-487f-bbe8-c38aba9b5a21 matches Tosca VF Customization UUID: 1f45cd73-56d2-487f-bbe8-c38aba9b5a21 2022-05-19T17:37:54.237Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1f45cd73-56d2-487f-bbe8-c38aba9b5a21 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-19T17:37:54.239Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.239Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.239Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1f45cd73-56d2-487f-bbe8-c38aba9b5a21: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-05-19T17:37:54.239Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@46e95104 2022-05-19T17:37:54.239Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.240Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:37:54.240Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10c8ec7f-2bc5-4e10-bedb-317f93cda566 2022-05-19T17:37:54.240Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10c8ec7f-2bc5-4e10-bedb-317f93cda566 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-19T17:37:54.241Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.241Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:54.242Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:37:54.242Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.242Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:54.242Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:37:54.242Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.242Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-05-19T17:37:54.242Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-05-19T17:37:54.243Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=69d097f9-23a7-4cf9-b3bc-83658c59996b Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:37:54.244Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.244Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:54.244Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:37:54.244Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.245Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-05-19T17:37:54.245Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=1f45cd73-56d2-487f-bbe8-c38aba9b5a21 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:37:54.246Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.246Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.246Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e6c93cef-99de-4a2c-af21-625bc915d928: basic_cnf 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:37:54.247Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:37:54.248Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:37:54.310Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf ed47de08-cb7f-4e72-bde1-9e0b7538323a 1 ASDC deployResourceStructure 2022-05-19T17:37:54.311Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-05-19T17:37:54.311Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-05-19T17:37:54.311Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-19T17:37:54.311Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:54.312Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:54.312Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981874310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-19T17:37:54.413Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:37:54.413Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:54.413Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:54.422Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:54.422Z||pool-82-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:37:55.313Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-05-19T17:37:55.314Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-05-19T17:37:55.314Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-19T17:37:55.314Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:55.315Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:55.315Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981875313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-19T17:37:55.416Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:37:55.416Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:55.416Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:55.424Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:55.424Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:56.316Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-05-19T17:37:56.317Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-05-19T17:37:56.317Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:37:56.317Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:56.318Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:56.318Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981876316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:37:56.419Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:56.419Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:56.419Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:56.428Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:56.428Z||pool-84-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:37:57.319Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-05-19T17:37:57.319Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-05-19T17:37:57.320Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:37:57.320Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:57.321Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:57.321Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981877319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:37:57.422Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:37:57.422Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:57.422Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:57.431Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:57.431Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:58.322Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-05-19T17:37:58.323Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-05-19T17:37:58.323Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:37:58.323Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:58.324Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:58.324Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981878322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-19T17:37:58.425Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:58.425Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:58.425Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:58.434Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:58.434Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:37:59.325Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-05-19T17:37:59.326Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-05-19T17:37:59.326Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:37:59.326Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:37:59.327Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:37:59.327Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981879325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:37:59.428Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:37:59.428Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:37:59.429Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:37:59.437Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:37:59.437Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:38:00.328Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:38:00.336Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:38:00.338Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:38:00.338Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:38:00.338Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:38:30.338Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:38:30.347Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:38:30.349Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:38:30.349Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:38:30.349Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:38:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:38:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:38:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:38:35.660Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:38:35.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:38:35.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:38:35.661Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:39:00.349Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:39:00.358Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:39:00.360Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:39:00.360Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:39:00.360Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:39:30.360Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:39:30.370Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:39:30.371Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:39:30.371Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:39:30.371Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:39:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:39:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:39:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:39:35.661Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:39:35.661Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:39:35.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:39:35.662Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:00.372Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:40:00.381Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:40:00.383Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:40:00.383Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:40:00.383Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:40:30.383Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:40:30.393Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:40:30.394Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:40:30.394Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:40:30.394Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:40:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:40:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:40:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:40:36.163Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:40:36.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-19T17:40:36.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.165Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.165Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.165Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.166Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.167Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.168Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.169Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981851460, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.171Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981852546, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981861346, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.172Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "ves-openapi-manager", "timestamp": 1652981853425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981862443, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981853825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981862628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981863642, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981863735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981855215, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981855640, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "cds", "timestamp": 1652981864646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:40:36.184Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a9e05fca-775a-4443-b79b-74cc96c9bbcd 2022-05-19T17:40:36.184Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e05fca-775a-4443-b79b-74cc96c9bbcd and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:40:36.190Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981864938, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981865138, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981865539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981866144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.191Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.192Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.192Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981866257, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:40:36.195Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9e05fca-775a-4443-b79b-74cc96c9bbcd 2022-05-19T17:40:36.195Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e05fca-775a-4443-b79b-74cc96c9bbcd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:40:36.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.204Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.204Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.204Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "policy-id", "timestamp": 1652981867146, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:40:36.208Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a9e05fca-775a-4443-b79b-74cc96c9bbcd 2022-05-19T17:40:36.208Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e05fca-775a-4443-b79b-74cc96c9bbcd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-19T17:40:36.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "multicloud-k8s-id", "timestamp": 1652981867260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981867727, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981869040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981860662, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981869434, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "aai-ml", "timestamp": 1652981870438, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:40:36.221Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a9e05fca-775a-4443-b79b-74cc96c9bbcd 2022-05-19T17:40:36.221Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e05fca-775a-4443-b79b-74cc96c9bbcd and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981870589, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981870838, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981872131, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981872828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981873217, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.230Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652981873831, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:40:36.233Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a9e05fca-775a-4443-b79b-74cc96c9bbcd 2022-05-19T17:40:36.234Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e05fca-775a-4443-b79b-74cc96c9bbcd and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:40:36.240Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.240Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981874310, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981875313, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.241Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981876316, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981868013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981877319, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981878322, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652981879325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981885077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:40:36.242Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981887084, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:40:36.243Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:40:36.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-05-19T17:40:36.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "clamp", "timestamp": 1652981888086, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:40:36.246Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a9e05fca-775a-4443-b79b-74cc96c9bbcd 2022-05-19T17:40:36.246Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a9e05fca-775a-4443-b79b-74cc96c9bbcd and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:41:00.394Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:41:00.404Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:41:00.406Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:41:00.407Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:41:00.407Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:41:00.410Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:41:30.410Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:41:30.417Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a9e05fca-775a-4443-b79b-74cc96c9bbcd and serviceModelVersionId: e6c93cef-99de-4a2c-af21-625bc915d928 2022-05-19T17:41:30.417Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b09219c2-7861-4bde-bfd6-7911f937e0c1 2022-05-19T17:41:30.418Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0 2022-05-19T17:41:30.421Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:41:30.455Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0|INFO|500||Invoke 2022-05-19T17:41:30.455Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a9e05fca-775a-4443-b79b-74cc96c9bbcd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e7f65b0-de2c-48b6-b659-415c67bb7059], X-ECOMP-RequestID=[a9e05fca-775a-4443-b79b-74cc96c9bbcd], X-TransactionId=[], X-ONAP-RequestID=[a9e05fca-775a-4443-b79b-74cc96c9bbcd], Content-Type=[application/merge-patch+json]} 2022-05-19T17:41:30.471Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:41:30.531Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?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/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220519-17:41:30:478-39239], vertex-id=[254080], Content-Length=[0], Date=[Thu, 19 May 2022 17:41:30 GMT], Content-Type=[application/json]} 2022-05-19T17:41:30.531Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:41:30.531Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b09219c2-7861-4bde-bfd6-7911f937e0c1/model-vers/model-ver/e6c93cef-99de-4a2c-af21-625bc915d928?depth=0|INFO|500||InvokeReturn 2022-05-19T17:41:30.531Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:41:30.531Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:41:30.535Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:41:30.535Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a9e05fca-775a-4443-b79b-74cc96c9bbcd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:41:30.535Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:41:30.535Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:41:30.538Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:41:30.538Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982090535, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:41:30.637Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-19T17:41:30.638Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:41:30.638Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:41:30.650Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:41:30.650Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:41:31.550Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:41:31.551Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:41:31.551Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:41:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:41:35.643Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:41:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:41:36.262Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:41:36.263Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:41:36.263Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a9e05fca-775a-4443-b79b-74cc96c9bbcd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982090535, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:41:36.263Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:41:41.787Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:41:41.788Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:41:41.788Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:41:41.788Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:41:51.317Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:41:51.317Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:41:51.318Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:41:51.318Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:42:00.845Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:42:00.846Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:42:00.846Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:42:00.846Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:42:10.381Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:42:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:42:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:42:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:42:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:42:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:42:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:42:45.171Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:42:45.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:43:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:43:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:43:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:43:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:43:35.642Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:43:35.642Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:43:45.179Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:43:45.179Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:44:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:44:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:44:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:44:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:44:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:44:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:44:45.173Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:44:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:45:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:45:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:45:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:45:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:45:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:45:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:45:45.171Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:45:45.173Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:46:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:46:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:46:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:46:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:46:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:46:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:46:45.173Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:46:45.175Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:47:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:47:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:47:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:47:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:47:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:47:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:47:45.177Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:47:45.179Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:48:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:48:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:48:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:48:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:48:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:48:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:48:45.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:48:45.175Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:49:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:49:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:49:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:49:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:49:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:49:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:49:45.173Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:49:45.176Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:50:35.640Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:50:35.641Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:50:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:50:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:35.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:35.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982603825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982602546, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982615646, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982615653, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:35.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "cds", "timestamp": 1652982616651, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:35.997Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 746e08aa-e7ca-4a33-934c-2067eb6cadd7 2022-05-19T17:50:35.997Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-19T17:50:36.004Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982610662, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:50:36.005Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982611460, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982619456, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.006Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982620433, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "ves-openapi-manager", "timestamp": 1652982613425, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982621314, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:50:36.007Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982621941, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982622317, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:50:36.012Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 746e08aa-e7ca-4a33-934c-2067eb6cadd7 2022-05-19T17:50:36.012Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982615215, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982623088, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982623293, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982624012, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982624107, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:50:36.023Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 746e08aa-e7ca-4a33-934c-2067eb6cadd7 2022-05-19T17:50:36.024Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:36.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.030Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "aai-ml", "timestamp": 1652982624298, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:50:36.034Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 746e08aa-e7ca-4a33-934c-2067eb6cadd7 2022-05-19T17:50:36.034Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:36.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.040Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982625016, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "multicloud-k8s-id", "timestamp": 1652982625110, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982618013, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.041Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "policy-id", "timestamp": 1652982626019, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:50:36.045Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 746e08aa-e7ca-4a33-934c-2067eb6cadd7 2022-05-19T17:50:36.045Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-19T17:50:36.049Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.049Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.049Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982618825, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982628415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "cds", "timestamp": 1652982630521, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:36.059Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b8bb0c10-a133-43e6-86ef-ee905518690d 2022-05-19T17:50:36.059Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bb0c10-a133-43e6-86ef-ee905518690d and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:36.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982634198, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982635201, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:36.067Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:50:36.261Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:36.262Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:50:36.262Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"746e08aa-e7ca-4a33-934c-2067eb6cadd7","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"10176bf8-3425-4c3d-85e9-b84bfdb1b7ee","serviceDescription":"service","serviceInvariantUUID":"f6332925-c4f7-4947-b998-ec389c6f13ae","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0b809cc-dee1-4bb3-8c3e-af17bcfe21a9","resourceInvariantUUID":"3c66acf2-5f87-4f3e-a2f8-fba249db0be6","resourceCustomizationUUID":"6e3c0461-cfa9-404e-b66f-3bbf084046e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a9e413eb-c842-40d6-9d2d-18d2c4966451","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MWJiMjc2YjU3MjQzNzRhODMxMGQ3ZjQxMTRkYjgyZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7bee9004-a7e9-4085-8cfd-1238e7335e03","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OWFhNjhkNGNjYzgyZGE3MDA5M2NmNzc3NGQ0NGFmYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2c5f1958-c8a5-4172-bc77-ebbef5168794","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3f7edb2b-8696-4b56-aa38-d8f48cc8d514","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"23c4780e-8d46-4e89-8508-72b7afd17399","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"345a973f-5d1d-4c9b-bea3-a8f358bdb7c0","artifactVersion":"2","generatedFromUUID":"3f7edb2b-8696-4b56-aa38-d8f48cc8d514"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"N2ZmMGY3NDIxYWZhNmU2OWM0MTBjYzllMmFmNmE4MWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69b971b2-522c-4f34-a756-57660b09c020","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NTJmYmUyN2U4NjE5MTIyMDQ4NGViN2M1NmU5YzVhNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d9be45a-2d13-4e91-aa4f-f137dec8fb8e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:50:36.263Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:36.263Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:36.265Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:36.265Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:36.365Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:36.366Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:36.366Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:36.374Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:36.375Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:37.266Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:37.266Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:37.267Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:37.268Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:37.368Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:37.368Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:37.368Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:37.376Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:37.376Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:38.268Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:38.268Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:38.270Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:38.270Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:50:38.370Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:38.370Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:38.371Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:38.380Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:38.380Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:39.270Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:39.271Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:39.272Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:39.272Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:50:39.372Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:39.373Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:39.373Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:39.381Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:39.382Z||pool-92-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:40.272Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:40.273Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:40.274Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:40.274Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:40.374Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:40.375Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:40.375Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:40.383Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:40.383Z||pool-93-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:41.275Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:41.275Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:41.277Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:41.277Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-19T17:50:41.378Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-05-19T17:50:41.378Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:41.378Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:41.385Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:41.386Z||pool-94-thread-1|||||INFO|500||cambria reply ok (7 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:42.278Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:42.278Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:42.280Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:42.280Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:50:42.380Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:42.381Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:42.381Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:42.408Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:42.408Z||pool-95-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:43.280Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:50:43.281Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:43.283Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:43.283Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:50:43.383Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:43.383Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:43.383Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:43.391Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:43.392Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:44.283Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "10176bf8-3425-4c3d-85e9-b84bfdb1b7ee", "serviceDescription": "service", "serviceInvariantUUID": "f6332925-c4f7-4947-b998-ec389c6f13ae", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "6e3c0461-cfa9-404e-b66f-3bbf084046e3", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e0b809cc-dee1-4bb3-8c3e-af17bcfe21a9", "resourceInvariantUUID": "3c66acf2-5f87-4f3e-a2f8-fba249db0be6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "OWFhNjhkNGNjYzgyZGE3MDA5M2NmNzc3NGQ0NGFmYTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2c5f1958-c8a5-4172-bc77-ebbef5168794", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "3f7edb2b-8696-4b56-aa38-d8f48cc8d514", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "345a973f-5d1d-4c9b-bea3-a8f358bdb7c0", "generatedFromUUID": "3f7edb2b-8696-4b56-aa38-d8f48cc8d514" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "345a973f-5d1d-4c9b-bea3-a8f358bdb7c0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "NTJmYmUyN2U4NjE5MTIyMDQ4NGViN2M1NmU5YzVhNWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3d9be45a-2d13-4e91-aa4f-f137dec8fb8e" } ], "workloadContext": "Production" } 2022-05-19T17:50:44.284Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:50:44.284Z|a9e05fca-775a-4443-b79b-74cc96c9bbcd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 10176bf8-3425-4c3d-85e9-b84bfdb1b7ee ASDC 2022-05-19T17:50:44.284Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:746e08aa-e7ca-4a33-934c-2067eb6cadd7 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:10176bf8-3425-4c3d-85e9-b84bfdb1b7ee ServiceInvariantUUID:f6332925-c4f7-4947-b998-ec389c6f13ae ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:3d9be45a-2d13-4e91-aa4f-f137dec8fb8e ArtifactChecksum:NTJmYmUyN2U4NjE5MTIyMDQ4NGViN2M1NmU5YzVhNWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:6e3c0461-cfa9-404e-b66f-3bbf084046e3 ResourceInvariantUUID:3c66acf2-5f87-4f3e-a2f8-fba249db0be6 ResourceName:basicclamp ResourceType:VF ResourceUUID:e0b809cc-dee1-4bb3-8c3e-af17bcfe21a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:2c5f1958-c8a5-4172-bc77-ebbef5168794 ArtifactChecksum:OWFhNjhkNGNjYzgyZGE3MDA5M2NmNzc3NGQ0NGFmYTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:3f7edb2b-8696-4b56-aa38-d8f48cc8d514 ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:345a973f-5d1d-4c9b-bea3-a8f358bdb7c0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:345a973f-5d1d-4c9b-bea3-a8f358bdb7c0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-19T17:50:44.284Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 10176bf8-3425-4c3d-85e9-b84bfdb1b7ee ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:50:44.310Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:50:44.311Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:50:44.311Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:50:44.311Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3d9be45a-2d13-4e91-aa4f-f137dec8fb8e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-19T17:50:44.311Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:50:44.311Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-19T17:50:44.628Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:50:44.632Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 3d9be45a-2d13-4e91-aa4f-f137dec8fb8e 73682 2022-05-19T17:50:44.632Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-19T17:50:44.632Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-19T17:50:44.632Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:50:44.632Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:44.634Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:44.634Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982644632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:44.734Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:44.735Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:44.735Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:44.745Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:44.745Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:45.634Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:50:45.635Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:50:45.635Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3d9be45a-2d13-4e91-aa4f-f137dec8fb8e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:45.635Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-05-19T17:50:45.636Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:45.636Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:45.730Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11537458207257639109/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-05-19T17:50:46.583Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:50:46.584Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-19T17:50:46.585Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:46.586Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4100f7e0-1609-4ed9-ad5c-32268d472f15 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:46.587Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.588Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:46.588Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:46.588Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:46.588Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:10176bf8-3425-4c3d-85e9-b84bfdb1b7ee Model Version:NULL Model InvariantUuid:f6332925-c4f7-4947-b998-ec389c6f13ae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:9fd97f7a-201a-4f32-8019-6bfdb420b927 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3c66acf2-5f87-4f3e-a2f8-fba249db0be6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6e3c0461-cfa9-404e-b66f-3bbf084046e3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:edf78364-d575-4800-bebf-f58152c3d508 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:64b0ab74-0896-41a9-aa12-ec6d62686806 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4100f7e0-1609-4ed9-ad5c-32268d472f15 ModelInvariantUuid:57236b9a-d9b3-4e66-9476-c25b2dcd3f48 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:1f235f31-1611-476f-af52-c5831bc4c7f3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7f146123-c1f4-4207-bfd3-667f2b8c8aba ModelInvariantUuid:14f9e9d7-1ee9-410a-942b-242680db1546 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:e73c1838-4038-4e7b-b678-fb75322f8e09 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:50:46.596Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: e0b809cc-dee1-4bb3-8c3e-af17bcfe21a9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:50:46.599Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||basicclamp 0 2022-05-19T17:50:46.599Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0b809cc-dee1-4bb3-8c3e-af17bcfe21a9 2022-05-19T17:50:46.599Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2c5f1958-c8a5-4172-bc77-ebbef5168794 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-19T17:50:46.599Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:50:46.599Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-19T17:50:46.841Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:50:46.841Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2c5f1958-c8a5-4172-bc77-ebbef5168794 790 2022-05-19T17:50:46.841Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-19T17:50:46.841Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-19T17:50:46.842Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:50:46.842Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:46.843Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:46.843Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982646841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:46.943Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:46.944Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:46.944Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:46.955Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:46.955Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:47.844Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "edf78364-d575-4800-bebf-f58152c3d508", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64b0ab74-0896-41a9-aa12-ec6d62686806", "vfModuleModelCustomizationUUID": "a705c24e-77dc-4c0d-862a-c007bbc3e345", "isBase": true, "artifacts": [ "3f7edb2b-8696-4b56-aa38-d8f48cc8d514", "345a973f-5d1d-4c9b-bea3-a8f358bdb7c0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:50:47.846Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64b0ab74-0896-41a9-aa12-ec6d62686806 VfModuleModelInvariantUUID:edf78364-d575-4800-bebf-f58152c3d508 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f7edb2b-8696-4b56-aa38-d8f48cc8d514 , 345a973f-5d1d-4c9b-bea3-a8f358bdb7c0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:50:47.848Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "edf78364-d575-4800-bebf-f58152c3d508", "vfModuleModelVersion": "1", "vfModuleModelUUID": "64b0ab74-0896-41a9-aa12-ec6d62686806", "vfModuleModelCustomizationUUID": "a705c24e-77dc-4c0d-862a-c007bbc3e345", "isBase": true, "artifacts": [ "3f7edb2b-8696-4b56-aa38-d8f48cc8d514", "345a973f-5d1d-4c9b-bea3-a8f358bdb7c0" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:50:47.848Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:64b0ab74-0896-41a9-aa12-ec6d62686806 VfModuleModelInvariantUUID:edf78364-d575-4800-bebf-f58152c3d508 VfModuleModelDescription:NULL Artifacts UUID List:{ 3f7edb2b-8696-4b56-aa38-d8f48cc8d514 , 345a973f-5d1d-4c9b-bea3-a8f358bdb7c0 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:50:47.848Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3f7edb2b-8696-4b56-aa38-d8f48cc8d514 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-19T17:50:47.849Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:50:47.849Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-19T17:50:48.039Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:50:48.039Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 3f7edb2b-8696-4b56-aa38-d8f48cc8d514 5033 2022-05-19T17:50:48.039Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-19T17:50:48.039Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-19T17:50:48.039Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:50:48.040Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:48.041Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:48.041Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982648039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:48.141Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:48.142Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:48.142Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:48.152Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:48.152Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:50:49.042Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 345a973f-5d1d-4c9b-bea3-a8f358bdb7c0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-19T17:50:49.042Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:50:49.042Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-19T17:50:49.335Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:50:49.335Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 345a973f-5d1d-4c9b-bea3-a8f358bdb7c0 909 2022-05-19T17:50:49.335Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-19T17:50:49.335Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-19T17:50:49.335Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:50:49.335Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:49.337Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:49.337Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982649335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:50:49.437Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:49.438Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:49.438Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:49.446Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:49.446Z||pool-100-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:50:50.338Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 10176bf8-3425-4c3d-85e9-b84bfdb1b7ee 2022-05-19T17:50:50.338Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 e0b809cc-dee1-4bb3-8c3e-af17bcfe21a9 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:50:50.348Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e6ad972, org.onap.sdc.toscaparser.api.parameters.Input@6a8a0406, org.onap.sdc.toscaparser.api.parameters.Input@9a6ab6f, org.onap.sdc.toscaparser.api.parameters.Input@55198f10, org.onap.sdc.toscaparser.api.parameters.Input@1d706d88] 2022-05-19T17:50:50.349Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.349Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.349Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-19T17:50:50.349Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 6e3c0461-cfa9-404e-b66f-3bbf084046e3 2022-05-19T17:50:50.349Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6e3c0461-cfa9-404e-b66f-3bbf084046e3 matches Tosca VF Customization UUID: 6e3c0461-cfa9-404e-b66f-3bbf084046e3 2022-05-19T17:50:50.349Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 6e3c0461-cfa9-404e-b66f-3bbf084046e3 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-19T17:50:50.351Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.351Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.351Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 6e3c0461-cfa9-404e-b66f-3bbf084046e3: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-05-19T17:50:50.351Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2d9b73f 2022-05-19T17:50:50.351Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.352Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:50:50.352Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a705c24e-77dc-4c0d-862a-c007bbc3e345 2022-05-19T17:50:50.352Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a705c24e-77dc-4c0d-862a-c007bbc3e345 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-19T17:50:50.354Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.354Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:50.354Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:50:50.355Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.355Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:50.355Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:50:50.355Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.355Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-05-19T17:50:50.355Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-05-19T17:50:50.355Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-05-19T17:50:50.356Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4100f7e0-1609-4ed9-ad5c-32268d472f15 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:50:50.357Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.357Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:50.358Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:50:50.358Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.358Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-05-19T17:50:50.358Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=6e3c0461-cfa9-404e-b66f-3bbf084046e3 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:50:50.359Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.359Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.359Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 10176bf8-3425-4c3d-85e9-b84bfdb1b7ee: basicclamp 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:50:50.360Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:50:50.431Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp e0b809cc-dee1-4bb3-8c3e-af17bcfe21a9 1 ASDC deployResourceStructure 2022-05-19T17:50:50.432Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-05-19T17:50:50.432Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-05-19T17:50:50.432Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:50:50.432Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:50.434Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:50.434Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982650432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:50:50.534Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:50.535Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:50.535Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:50.544Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:50.544Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:51.435Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-05-19T17:50:51.435Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-05-19T17:50:51.435Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:50:51.435Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:51.436Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:51.437Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982651435, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:50:51.537Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:51.537Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:51.537Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:51.545Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:51.545Z||pool-102-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:50:52.437Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-05-19T17:50:52.437Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-05-19T17:50:52.437Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:50:52.438Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:52.439Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:52.439Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982652437, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-19T17:50:52.539Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:52.540Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:52.540Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:52.548Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:52.549Z||pool-103-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:53.440Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-05-19T17:50:53.440Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-05-19T17:50:53.440Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:50:53.440Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:50:53.441Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:50:53.441Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982653439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:50:53.542Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:50:53.542Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:50:53.542Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:50:53.551Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:50:53.551Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:50:54.442Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 746e08aa-e7ca-4a33-934c-2067eb6cadd7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:50:54.451Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 746e08aa-e7ca-4a33-934c-2067eb6cadd7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:50:54.452Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:50:54.452Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:50:54.452Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:50:54.452Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:50:54.452Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:50:54.452Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:50:54.453Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:50:54.453Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:50:54.453Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:50:54.453Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:50:54.456Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:51:24.456Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:51:24.462Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and serviceModelVersionId: 10176bf8-3425-4c3d-85e9-b84bfdb1b7ee 2022-05-19T17:51:24.462Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6332925-c4f7-4947-b998-ec389c6f13ae 2022-05-19T17:51:24.463Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0 2022-05-19T17:51:24.467Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:51:24.496Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0|INFO|500||Invoke 2022-05-19T17:51:24.496Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[746e08aa-e7ca-4a33-934c-2067eb6cadd7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[668350d7-db51-46e1-a50c-8501b6b8f62a], X-ECOMP-RequestID=[746e08aa-e7ca-4a33-934c-2067eb6cadd7], X-TransactionId=[], X-ONAP-RequestID=[746e08aa-e7ca-4a33-934c-2067eb6cadd7], Content-Type=[application/merge-patch+json]} 2022-05-19T17:51:24.512Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:51:24.712Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?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/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220519-17:51:24:521-50120], vertex-id=[229576], Content-Length=[0], Date=[Thu, 19 May 2022 17:51:24 GMT], Content-Type=[application/json]} 2022-05-19T17:51:24.712Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:51:24.713Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6332925-c4f7-4947-b998-ec389c6f13ae/model-vers/model-ver/10176bf8-3425-4c3d-85e9-b84bfdb1b7ee?depth=0|INFO|500||InvokeReturn 2022-05-19T17:51:24.713Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:51:24.713Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:51:24.719Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:51:24.719Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:51:24.720Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:51:24.720Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:24.722Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:24.722Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982684720, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:51:24.822Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:24.823Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:24.823Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:24.831Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:24.832Z||pool-105-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:51:25.733Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:51:25.734Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b8bb0c10-a133-43e6-86ef-ee905518690d","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d","serviceDescription":"service","serviceInvariantUUID":"c3cee531-cba0-44aa-ab1b-4a83164122c0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9615327b-2059-4947-86a0-f711cde3f083","resourceInvariantUUID":"baf7c29b-a71f-4e01-a85a-d63119a140e0","resourceCustomizationUUID":"9b6cdefa-0ad6-4b33-93a4-30d81976667a","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":"NDc3MjRlNTVlYzYwMzlmZDlhZmNkMmQ2MGRkNWVhMDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b708396e-38af-4e08-8318-1c66733816ff","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":"OTY2YjZkZWQ2ODQ5ZThjMmUxZjQ5NTRjMGM1YjgzNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"923d0c03-64c0-4574-9925-a6cf9e40f32b","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":"d34eaf60-e4bd-4833-aa16-12538e030e2b","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":"bb4d0c4f-c613-4d58-bb51-9ffe61aec4fa","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":"45d92e96-73e7-4641-ba43-616508bac9ae","artifactVersion":"2","generatedFromUUID":"d34eaf60-e4bd-4833-aa16-12538e030e2b"},{"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":"ODk0ZmIwMWUxYjQwYzRiOWQ2NzQ4NjRkMjM4MWUwNzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1561585d-01de-47c2-ae15-973d712c9e24","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":"ZjA0ZTVhNDc0ZWI0ZGViZmIyMTY2YzFmOWUyYTAxMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b03e6fc9-126d-4bc6-8fde-ac409693882e","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjBiNDkxMDcxYTk4NjMzMjJkYTQ2ODY2NjUwMTZiMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"575a64bc-a118-492e-8ceb-8729383f6277","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:51:25.734Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:25.734Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:25.736Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:25.736Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:51:25.836Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:25.837Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:25.837Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:25.845Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:25.846Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:26.736Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:26.736Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:26.738Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:26.738Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:51:26.839Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:51:26.839Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:26.839Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:26.849Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:26.849Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:27.739Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:27.739Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:27.740Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:27.740Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:51:27.841Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:27.841Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:27.841Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:27.851Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:27.851Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:28.741Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:28.741Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:28.743Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:28.743Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:51:28.843Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:28.844Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:28.844Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:28.852Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:28.852Z||pool-109-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:29.743Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:29.743Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:29.745Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:29.745Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-19T17:51:29.845Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:29.846Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:29.846Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:29.855Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:29.855Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:30.745Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:30.746Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:30.747Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:30.748Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:51:30.848Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:30.848Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:30.848Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:30.860Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:30.860Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:31.748Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:31.748Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:31.750Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:31.750Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:51:31.850Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:31.850Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:31.850Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:31.860Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:31.860Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:32.750Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:51:32.751Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:32.752Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:32.753Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:51:32.853Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:32.853Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:32.853Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:32.864Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:32.864Z||pool-113-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:33.753Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d", "serviceDescription": "service", "serviceInvariantUUID": "c3cee531-cba0-44aa-ab1b-4a83164122c0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "9b6cdefa-0ad6-4b33-93a4-30d81976667a", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9615327b-2059-4947-86a0-f711cde3f083", "resourceInvariantUUID": "baf7c29b-a71f-4e01-a85a-d63119a140e0", "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": "OTY2YjZkZWQ2ODQ5ZThjMmUxZjQ5NTRjMGM1YjgzNmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "923d0c03-64c0-4574-9925-a6cf9e40f32b", "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": "d34eaf60-e4bd-4833-aa16-12538e030e2b", "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": "45d92e96-73e7-4641-ba43-616508bac9ae", "generatedFromUUID": "d34eaf60-e4bd-4833-aa16-12538e030e2b" }, "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": "45d92e96-73e7-4641-ba43-616508bac9ae", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MjBiNDkxMDcxYTk4NjMzMjJkYTQ2ODY2NjUwMTZiMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "575a64bc-a118-492e-8ceb-8729383f6277" } ], "workloadContext": "Production" } 2022-05-19T17:51:33.754Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:51:33.754Z|746e08aa-e7ca-4a33-934c-2067eb6cadd7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d ASDC 2022-05-19T17:51:33.754Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b8bb0c10-a133-43e6-86ef-ee905518690d ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d ServiceInvariantUUID:c3cee531-cba0-44aa-ab1b-4a83164122c0 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:575a64bc-a118-492e-8ceb-8729383f6277 ArtifactChecksum:MjBiNDkxMDcxYTk4NjMzMjJkYTQ2ODY2NjUwMTZiMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:9b6cdefa-0ad6-4b33-93a4-30d81976667a ResourceInvariantUUID:baf7c29b-a71f-4e01-a85a-d63119a140e0 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:9615327b-2059-4947-86a0-f711cde3f083 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:923d0c03-64c0-4574-9925-a6cf9e40f32b ArtifactChecksum:OTY2YjZkZWQ2ODQ5ZThjMmUxZjQ5NTRjMGM1YjgzNmQ= 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:d34eaf60-e4bd-4833-aa16-12538e030e2b 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:45d92e96-73e7-4641-ba43-616508bac9ae 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:45d92e96-73e7-4641-ba43-616508bac9ae ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-19T17:51:33.754Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:51:33.783Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:51:33.783Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:51:33.783Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:51:33.784Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 575a64bc-a118-492e-8ceb-8729383f6277 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-19T17:51:33.784Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:51:33.784Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-19T17:51:34.030Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:51:34.033Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 575a64bc-a118-492e-8ceb-8729383f6277 78801 2022-05-19T17:51:34.033Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-19T17:51:34.034Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-19T17:51:34.034Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:51:34.034Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:34.035Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:34.036Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982694033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:51:34.136Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:34.136Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:34.136Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:34.145Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:34.145Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:35.036Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:51:35.037Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-05-19T17:51:35.037Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 575a64bc-a118-492e-8ceb-8729383f6277, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.037Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.037Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.037Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.121Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10761947806704940697/Definitions/service-BasicVmMacro-template.yml 2022-05-19T17:51:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:51:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:51:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:35.698Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:35.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:51:35.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:51:35.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.902Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:35.903Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-19T17:51:35.904Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:51:35.905Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b2a39d2c-c544-45cc-a51c-4f4245d2f07a 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:35.906Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d Model Version:NULL Model InvariantUuid:c3cee531-cba0-44aa-ab1b-4a83164122c0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:e87252c0-3e48-42d1-9340-20c216b7adcf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:baf7c29b-a71f-4e01-a85a-d63119a140e0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9b6cdefa-0ad6-4b33-93a4-30d81976667a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:39f959fa-6348-42a3-97ae-1b535ef510c1 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:34683cb1-7802-4a9a-91b1-40144894a571 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b2a39d2c-c544-45cc-a51c-4f4245d2f07a ModelInvariantUuid:8baa6c25-04a3-4fe3-81ef-3e259d2cd8a8 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:134450f3-850a-4220-abe4-8a23ccc6e9c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dc2e5660-e665-48a7-b8a7-1fe4e6c16437 ModelInvariantUuid:357c1e87-6b2b-44f4-8d3f-5eb65f69451b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:8c9b75c6-3108-482a-a0c1-ff0705f26e19 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:51:35.914Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 9615327b-2059-4947-86a0-f711cde3f083 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:51:35.916Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-05-19T17:51:35.916Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9615327b-2059-4947-86a0-f711cde3f083 2022-05-19T17:51:35.916Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 923d0c03-64c0-4574-9925-a6cf9e40f32b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-19T17:51:35.916Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:51:35.916Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-19T17:51:36.043Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:51:36.043Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 923d0c03-64c0-4574-9925-a6cf9e40f32b 792 2022-05-19T17:51:36.044Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-19T17:51:36.044Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-19T17:51:36.044Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:51:36.044Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:36.045Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:36.045Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982696044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:51:36.146Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:36.147Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:36.147Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:36.159Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:36.159Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:37.046Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "39f959fa-6348-42a3-97ae-1b535ef510c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34683cb1-7802-4a9a-91b1-40144894a571", "vfModuleModelCustomizationUUID": "c167e49d-4d74-46ca-9e79-8e320095e184", "isBase": true, "artifacts": [ "d34eaf60-e4bd-4833-aa16-12538e030e2b", "45d92e96-73e7-4641-ba43-616508bac9ae" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:51:37.049Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34683cb1-7802-4a9a-91b1-40144894a571 VfModuleModelInvariantUUID:39f959fa-6348-42a3-97ae-1b535ef510c1 VfModuleModelDescription:NULL Artifacts UUID List:{ d34eaf60-e4bd-4833-aa16-12538e030e2b , 45d92e96-73e7-4641-ba43-616508bac9ae } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:51:37.050Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "39f959fa-6348-42a3-97ae-1b535ef510c1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "34683cb1-7802-4a9a-91b1-40144894a571", "vfModuleModelCustomizationUUID": "c167e49d-4d74-46ca-9e79-8e320095e184", "isBase": true, "artifacts": [ "d34eaf60-e4bd-4833-aa16-12538e030e2b", "45d92e96-73e7-4641-ba43-616508bac9ae" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-05-19T17:51:37.051Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:34683cb1-7802-4a9a-91b1-40144894a571 VfModuleModelInvariantUUID:39f959fa-6348-42a3-97ae-1b535ef510c1 VfModuleModelDescription:NULL Artifacts UUID List:{ d34eaf60-e4bd-4833-aa16-12538e030e2b , 45d92e96-73e7-4641-ba43-616508bac9ae } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-05-19T17:51:37.051Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d34eaf60-e4bd-4833-aa16-12538e030e2b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-19T17:51:37.051Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:51:37.051Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-19T17:51:37.329Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:51:37.329Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml d34eaf60-e4bd-4833-aa16-12538e030e2b 5033 2022-05-19T17:51:37.330Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-19T17:51:37.330Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-19T17:51:37.330Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:51:37.330Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:37.331Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:37.332Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982697330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:51:37.432Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:37.432Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:37.432Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:37.441Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:37.441Z||pool-116-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:38.332Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 45d92e96-73e7-4641-ba43-616508bac9ae from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-19T17:51:38.332Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-05-19T17:51:38.332Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-19T17:51:38.375Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-05-19T17:51:38.375Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 45d92e96-73e7-4641-ba43-616508bac9ae 903 2022-05-19T17:51:38.375Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-19T17:51:38.375Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-19T17:51:38.375Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:51:38.376Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:38.377Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:38.377Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982698375, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:51:38.477Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:38.478Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:38.478Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:38.487Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:38.487Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:39.378Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d 2022-05-19T17:51:39.378Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9615327b-2059-4947-86a0-f711cde3f083 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:51:39.387Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f31c6fe, org.onap.sdc.toscaparser.api.parameters.Input@76b444, org.onap.sdc.toscaparser.api.parameters.Input@5fcf9100, org.onap.sdc.toscaparser.api.parameters.Input@7429ae3f, org.onap.sdc.toscaparser.api.parameters.Input@35ee8072] 2022-05-19T17:51:39.388Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.388Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.389Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-05-19T17:51:39.389Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 9b6cdefa-0ad6-4b33-93a4-30d81976667a 2022-05-19T17:51:39.389Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9b6cdefa-0ad6-4b33-93a4-30d81976667a matches Tosca VF Customization UUID: 9b6cdefa-0ad6-4b33-93a4-30d81976667a 2022-05-19T17:51:39.389Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 9b6cdefa-0ad6-4b33-93a4-30d81976667a matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-19T17:51:39.391Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.391Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.391Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 9b6cdefa-0ad6-4b33-93a4-30d81976667a: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-05-19T17:51:39.391Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a8a0a9b 2022-05-19T17:51:39.391Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.391Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:51:39.392Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c167e49d-4d74-46ca-9e79-8e320095e184 2022-05-19T17:51:39.392Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c167e49d-4d74-46ca-9e79-8e320095e184 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-19T17:51:39.393Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.393Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-05-19T17:51:39.394Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-05-19T17:51:39.395Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b2a39d2c-c544-45cc-a51c-4f4245d2f07a Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-05-19T17:51:39.396Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.396Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:39.396Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:51:39.396Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.396Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-05-19T17:51:39.396Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=9b6cdefa-0ad6-4b33-93a4-30d81976667a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:51:39.397Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d: basic_vm_macro 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.398Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:51:39.399Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:51:39.399Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:51:39.473Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9615327b-2059-4947-86a0-f711cde3f083 1 ASDC deployResourceStructure 2022-05-19T17:51:39.474Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-05-19T17:51:39.474Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-05-19T17:51:39.474Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:51:39.474Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:39.475Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:39.475Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982699474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:51:39.576Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:39.576Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:39.576Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:39.585Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:39.585Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:40.476Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-05-19T17:51:40.476Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-05-19T17:51:40.476Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:51:40.476Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:40.478Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:40.478Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982700476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:51:40.578Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:40.578Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:40.579Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:40.586Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:40.587Z||pool-119-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:41.478Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-05-19T17:51:41.478Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-05-19T17:51:41.478Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:51:41.479Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:41.480Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:41.480Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982701478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-19T17:51:41.580Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:51:41.581Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:41.581Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:41.590Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:41.590Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:42.481Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-05-19T17:51:42.481Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-05-19T17:51:42.481Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:51:42.481Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:51:42.482Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:51:42.482Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982702480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:51:42.583Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:51:42.583Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:51:42.583Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:51:42.593Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:51:42.593Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:51:43.483Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:51:43.491Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:51:43.493Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:51:43.493Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:51:43.493Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:52:13.493Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:52:13.502Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:52:13.504Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:52:13.504Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:52:13.504Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:52:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:52:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:52:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:52:35.660Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:52:35.661Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:52:35.661Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:52:35.661Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:52:43.504Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:52:43.515Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:52:43.516Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:52:43.517Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:52:43.517Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:53:13.517Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:53:13.525Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:53:13.527Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:53:13.527Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:53:13.527Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:53:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:53:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:53:35.643Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:53:35.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:53:35.662Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.662Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.663Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982638322, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-05-19T17:53:35.664Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982631460, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982639326, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.665Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982640149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982632546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "clamp", "timestamp": 1652982640328, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:53:35.672Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 746e08aa-e7ca-4a33-934c-2067eb6cadd7 2022-05-19T17:53:35.672Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 746e08aa-e7ca-4a33-934c-2067eb6cadd7 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:53:35.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "ves-openapi-manager", "timestamp": 1652982633425, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982641195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982641262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982642338, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982635215, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982643354, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:53:35.684Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8bb0c10-a133-43e6-86ef-ee905518690d 2022-05-19T17:53:35.684Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bb0c10-a133-43e6-86ef-ee905518690d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982644045, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "multicloud-k8s-id", "timestamp": 1652982644357, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.690Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982644632, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982645048, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.691Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "policy-id", "timestamp": 1652982646050, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:53:35.694Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b8bb0c10-a133-43e6-86ef-ee905518690d 2022-05-19T17:53:35.694Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bb0c10-a133-43e6-86ef-ee905518690d and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-19T17:53:35.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982646841, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982648039, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982640662, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982648834, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982649335, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982649536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.700Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "aai-ml", "timestamp": 1652982649838, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:53:35.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b8bb0c10-a133-43e6-86ef-ee905518690d 2022-05-19T17:53:35.703Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bb0c10-a133-43e6-86ef-ee905518690d and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982650432, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982651413, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982651435, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982652415, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:53:35.714Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b8bb0c10-a133-43e6-86ef-ee905518690d 2022-05-19T17:53:35.714Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bb0c10-a133-43e6-86ef-ee905518690d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982652437, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982653439, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.720Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982648013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982668202, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982671207, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "clamp", "timestamp": 1652982672210, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:53:35.724Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b8bb0c10-a133-43e6-86ef-ee905518690d 2022-05-19T17:53:35.724Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b8bb0c10-a133-43e6-86ef-ee905518690d and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "746e08aa-e7ca-4a33-934c-2067eb6cadd7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982684720, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-05-19T17:53:35.731Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982635640, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982694033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:53:35.732Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:53:43.528Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:53:43.536Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:53:43.538Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:53:43.538Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:53:43.538Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:53:43.538Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:53:43.538Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:53:43.539Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:53:43.539Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:53:43.539Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:53:43.539Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:53:43.539Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:53:43.539Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:53:43.543Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:54:13.543Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b8bb0c10-a133-43e6-86ef-ee905518690d and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:54:13.548Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b8bb0c10-a133-43e6-86ef-ee905518690d and serviceModelVersionId: d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d 2022-05-19T17:54:13.549Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c3cee531-cba0-44aa-ab1b-4a83164122c0 2022-05-19T17:54:13.549Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0 2022-05-19T17:54:13.553Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:54:13.579Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0|INFO|500||Invoke 2022-05-19T17:54:13.579Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b8bb0c10-a133-43e6-86ef-ee905518690d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8989c752-0ede-4183-b2d4-d41a951e5dd0], X-ECOMP-RequestID=[b8bb0c10-a133-43e6-86ef-ee905518690d], X-TransactionId=[], X-ONAP-RequestID=[b8bb0c10-a133-43e6-86ef-ee905518690d], Content-Type=[application/merge-patch+json]} 2022-05-19T17:54:13.594Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:54:13.749Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?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/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220519-17:54:13:603-47658], vertex-id=[479464], Content-Length=[0], Date=[Thu, 19 May 2022 17:54:13 GMT], Content-Type=[application/json]} 2022-05-19T17:54:13.749Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:54:13.749Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c3cee531-cba0-44aa-ab1b-4a83164122c0/model-vers/model-ver/d5a3c5b9-1fe6-42e3-85fc-0aafb1ad595d?depth=0|INFO|500||InvokeReturn 2022-05-19T17:54:13.750Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:54:13.750Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:54:13.756Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:54:13.756Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b8bb0c10-a133-43e6-86ef-ee905518690d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:54:13.756Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:54:13.756Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:54:13.758Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:54:13.758Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982853756, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:54:13.858Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:54:13.859Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:54:13.859Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:54:13.871Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:54:13.871Z||pool-122-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:54:14.768Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:54:14.769Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:54:14.769Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:54:24.997Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:54:24.998Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:54:24.998Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:54:24.998Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:54:34.526Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:54:34.526Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:54:34.526Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:54:34.527Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:54:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:54:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:54:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:54:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982696044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982697330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982698375, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982699474, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:54:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982700476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982701478, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982702480, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:54:35.664Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:54:44.058Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:54:44.059Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:54:44.059Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:54:44.059Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:54:53.586Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:35.640Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:55:35.641Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:55:35.641Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:55:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:55:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:35.660Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:35.661Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:55:35.661Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b8bb0c10-a133-43e6-86ef-ee905518690d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982853756, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:55:35.661Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:55:36.260Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:36.260Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-19T17:55:36.261Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"77d8a676-d47e-49cb-8e5e-22dd9c74cd15","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"5f0d336d-8ce6-4d1d-8e58-aab750675efc","serviceDescription":"service","serviceInvariantUUID":"193d2019-693b-48b2-986a-ff2bdf6f1282","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8aaae8b-5219-44fd-9c67-16b1e80feb39","resourceInvariantUUID":"69cab878-710b-4dd2-a84d-9df2da4a423f","resourceCustomizationUUID":"943eb6cd-6ac7-40f5-9ab7-d1b06c68102e","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":"ZTYzN2RmZGYxZGRkMjY3NTMyNjM0MGU2YzVlODYxY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3f8c79e6-327c-42fb-8813-3a908f094b4c","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":"ZDBmYWM5MDI0YzFjODdkY2YwMDRkNzkwNzIzNjVmYTA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2ccfa1ec-e042-4509-9922-541b74f04f61","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":"e1f4eb32-a0ca-454e-91d1-258cfef1f9d8","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":"5590dd99-3b68-4430-99c6-66af64f68bb3","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":"eefe8d9e-6c23-4c41-aa90-685bb9d83e38","artifactVersion":"2","generatedFromUUID":"6d1981a1-c096-4480-88e7-2654e1b33f8f"},{"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":"2f0955bf-d00e-42fe-b163-e779cc0498a1","artifactVersion":"2","generatedFromUUID":"e1f4eb32-a0ca-454e-91d1-258cfef1f9d8"},{"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":"6d1981a1-c096-4480-88e7-2654e1b33f8f","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":"1b916271-ef2f-4baa-a472-8dd04381f6ae","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":"ZjI1ZGRjZTMzMGVlZjcxYjRhYzA1ZTQ4NjA3YTQ3ZDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"de28a0ab-659a-4bd4-8338-b205726f32f9","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmU1Mzg1NGJlYzIzOTZhYWU5NzEzYjcwNGI3OWZiNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2de88b3-271b-42a1-bea8-af8bd9a79b2a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:55:36.262Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:36.262Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:36.264Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:36.264Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:55:36.364Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:36.365Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:36.365Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:36.372Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:36.372Z||pool-123-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:37.264Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:37.265Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:37.266Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:37.266Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:55:37.367Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:37.367Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:37.367Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:37.375Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:37.375Z||pool-124-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:38.267Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:38.267Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:38.268Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:38.269Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-19T17:55:38.369Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:38.369Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:38.370Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:38.377Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:38.378Z||pool-125-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:39.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:39.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:39.272Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:39.272Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:55:39.372Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:39.372Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:39.372Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:39.382Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:39.382Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:55:40.272Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:40.273Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:40.275Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:40.275Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-19T17:55:40.375Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:40.375Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:40.375Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:40.386Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:40.386Z||pool-127-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:41.275Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:41.276Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:41.277Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:41.277Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-19T17:55:41.378Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:41.378Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:41.378Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:41.387Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:41.387Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:42.278Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:42.278Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:42.280Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:42.280Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-19T17:55:42.380Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:42.381Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:42.381Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:42.390Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:42.390Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:43.280Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:43.281Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:43.282Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:43.283Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:55:43.383Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:43.383Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:43.383Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:43.391Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:43.391Z||pool-130-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:44.283Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:44.283Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:44.285Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:44.285Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:55:44.385Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:44.386Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:44.386Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:44.394Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:44.394Z||pool-131-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:45.285Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:55:45.286Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:45.287Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:45.287Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:55:45.387Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:45.388Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:45.388Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:45.396Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:45.396Z||pool-132-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:46.288Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "5f0d336d-8ce6-4d1d-8e58-aab750675efc", "serviceDescription": "service", "serviceInvariantUUID": "193d2019-693b-48b2-986a-ff2bdf6f1282", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "943eb6cd-6ac7-40f5-9ab7-d1b06c68102e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a8aaae8b-5219-44fd-9c67-16b1e80feb39", "resourceInvariantUUID": "69cab878-710b-4dd2-a84d-9df2da4a423f", "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": "ZDBmYWM5MDI0YzFjODdkY2YwMDRkNzkwNzIzNjVmYTA\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2ccfa1ec-e042-4509-9922-541b74f04f61", "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": "e1f4eb32-a0ca-454e-91d1-258cfef1f9d8", "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": "2f0955bf-d00e-42fe-b163-e779cc0498a1", "generatedFromUUID": "e1f4eb32-a0ca-454e-91d1-258cfef1f9d8" }, "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": "eefe8d9e-6c23-4c41-aa90-685bb9d83e38", "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": "2f0955bf-d00e-42fe-b163-e779cc0498a1", "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": "6d1981a1-c096-4480-88e7-2654e1b33f8f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MmU1Mzg1NGJlYzIzOTZhYWU5NzEzYjcwNGI3OWZiNGU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2de88b3-271b-42a1-bea8-af8bd9a79b2a" } ], "workloadContext": "Production" } 2022-05-19T17:55:46.288Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:55:46.288Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5f0d336d-8ce6-4d1d-8e58-aab750675efc ASDC 2022-05-19T17:55:46.289Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:77d8a676-d47e-49cb-8e5e-22dd9c74cd15 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:5f0d336d-8ce6-4d1d-8e58-aab750675efc ServiceInvariantUUID:193d2019-693b-48b2-986a-ff2bdf6f1282 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:d2de88b3-271b-42a1-bea8-af8bd9a79b2a ArtifactChecksum:MmU1Mzg1NGJlYzIzOTZhYWU5NzEzYjcwNGI3OWZiNGU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:943eb6cd-6ac7-40f5-9ab7-d1b06c68102e ResourceInvariantUUID:69cab878-710b-4dd2-a84d-9df2da4a423f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:a8aaae8b-5219-44fd-9c67-16b1e80feb39 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:2ccfa1ec-e042-4509-9922-541b74f04f61 ArtifactChecksum:ZDBmYWM5MDI0YzFjODdkY2YwMDRkNzkwNzIzNjVmYTA= 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:e1f4eb32-a0ca-454e-91d1-258cfef1f9d8 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:2f0955bf-d00e-42fe-b163-e779cc0498a1 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:eefe8d9e-6c23-4c41-aa90-685bb9d83e38 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:2f0955bf-d00e-42fe-b163-e779cc0498a1 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:6d1981a1-c096-4480-88e7-2654e1b33f8f ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-05-19T17:55:46.289Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f0d336d-8ce6-4d1d-8e58-aab750675efc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:55:46.321Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:55:46.322Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-19T17:55:46.322Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-19T17:55:46.322Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d2de88b3-271b-42a1-bea8-af8bd9a79b2a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:46.322Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-19T17:55:46.322Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:46.378Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-19T17:55:46.385Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar d2de88b3-271b-42a1-bea8-af8bd9a79b2a 158207 2022-05-19T17:55:46.385Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-19T17:55:46.385Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:46.385Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:55:46.385Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:46.386Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:46.387Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982946385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:55:46.487Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:46.488Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:46.488Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:46.495Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:46.496Z||pool-133-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:47.387Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:55:47.388Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-19T17:55:47.388Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: d2de88b3-271b-42a1-bea8-af8bd9a79b2a, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:47.388Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-05-19T17:55:47.389Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:47.389Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:47.468Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16790774204255026595/Definitions/service-BasicCnfMacro-template.yml 2022-05-19T17:55:48.232Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:55:48.232Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-19T17:55:48.232Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:48.232Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-05-19T17:55:48.232Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:48.232Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:48.232Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.233Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-05-19T17:55:48.234Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:55:48.235Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=3237ca61-49d9-447e-be05-f7a8d6b5118e 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.236Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:48.237Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.237Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:48.237Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.237Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:48.237Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:48.237Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:48.237Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:5f0d336d-8ce6-4d1d-8e58-aab750675efc Model Version:NULL Model InvariantUuid:193d2019-693b-48b2-986a-ff2bdf6f1282 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:855147ac-672b-4761-a6d4-e7937371b530 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:69cab878-710b-4dd2-a84d-9df2da4a423f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:943eb6cd-6ac7-40f5-9ab7-d1b06c68102e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d3ba7b91-33d9-4312-bf96-122f7381de34 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:70d86017-0d59-43d7-82f0-c41f48414577 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f8be35bc-e393-4002-9f7c-83257a3bf84f ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:44f30100-0876-434d-a894-628d70e3559e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3237ca61-49d9-447e-be05-f7a8d6b5118e ModelInvariantUuid:23e5778c-c4f9-49d6-b00b-bd81911c6ad3 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:c25a5e35-5311-42fb-896e-93ae4dcf5fff ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:8ac3f0e2-23c2-47b8-828a-3628cbe27eaa ModelInvariantUuid:34bf9a68-40b8-4e3b-841b-54dbfdfb5c9e ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:b57603de-a9e2-439b-a496-b32861109ca6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:55:48.244Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: a8aaae8b-5219-44fd-9c67-16b1e80feb39 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:55:48.247Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0 2022-05-19T17:55:48.247Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8aaae8b-5219-44fd-9c67-16b1e80feb39 2022-05-19T17:55:48.247Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2ccfa1ec-e042-4509-9922-541b74f04f61 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-05-19T17:55:48.247Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-19T17:55:48.247Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:48.342Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-19T17:55:48.343Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2ccfa1ec-e042-4509-9922-541b74f04f61 1565 2022-05-19T17:55:48.343Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:48.343Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:48.343Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:55:48.343Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:48.344Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:48.344Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982948343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:55:48.445Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:48.446Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:48.446Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:48.457Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:48.458Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:49.345Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f8be35bc-e393-4002-9f7c-83257a3bf84f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44f30100-0876-434d-a894-628d70e3559e", "vfModuleModelCustomizationUUID": "22d609e7-6cf1-494c-bec5-ceee1c78afed", "isBase": true, "artifacts": [ "e1f4eb32-a0ca-454e-91d1-258cfef1f9d8", "2f0955bf-d00e-42fe-b163-e779cc0498a1" ], "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": "d3ba7b91-33d9-4312-bf96-122f7381de34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70d86017-0d59-43d7-82f0-c41f48414577", "vfModuleModelCustomizationUUID": "2e8b351f-c5af-4347-8d50-a535d55ae9d7", "isBase": false, "artifacts": [ "6d1981a1-c096-4480-88e7-2654e1b33f8f" ], "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": "" } } ] 2022-05-19T17:55:49.347Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44f30100-0876-434d-a894-628d70e3559e VfModuleModelInvariantUUID:f8be35bc-e393-4002-9f7c-83257a3bf84f VfModuleModelDescription:NULL Artifacts UUID List:{ e1f4eb32-a0ca-454e-91d1-258cfef1f9d8 , 2f0955bf-d00e-42fe-b163-e779cc0498a1 } 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:70d86017-0d59-43d7-82f0-c41f48414577 VfModuleModelInvariantUUID:d3ba7b91-33d9-4312-bf96-122f7381de34 VfModuleModelDescription:NULL Artifacts UUID List:{ 6d1981a1-c096-4480-88e7-2654e1b33f8f } 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 } 2022-05-19T17:55:49.349Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f8be35bc-e393-4002-9f7c-83257a3bf84f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "44f30100-0876-434d-a894-628d70e3559e", "vfModuleModelCustomizationUUID": "22d609e7-6cf1-494c-bec5-ceee1c78afed", "isBase": true, "artifacts": [ "e1f4eb32-a0ca-454e-91d1-258cfef1f9d8", "2f0955bf-d00e-42fe-b163-e779cc0498a1" ], "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": "d3ba7b91-33d9-4312-bf96-122f7381de34", "vfModuleModelVersion": "1", "vfModuleModelUUID": "70d86017-0d59-43d7-82f0-c41f48414577", "vfModuleModelCustomizationUUID": "2e8b351f-c5af-4347-8d50-a535d55ae9d7", "isBase": false, "artifacts": [ "6d1981a1-c096-4480-88e7-2654e1b33f8f" ], "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": "" } } ] 2022-05-19T17:55:49.349Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:44f30100-0876-434d-a894-628d70e3559e VfModuleModelInvariantUUID:f8be35bc-e393-4002-9f7c-83257a3bf84f VfModuleModelDescription:NULL Artifacts UUID List:{ e1f4eb32-a0ca-454e-91d1-258cfef1f9d8 , 2f0955bf-d00e-42fe-b163-e779cc0498a1 } 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:70d86017-0d59-43d7-82f0-c41f48414577 VfModuleModelInvariantUUID:d3ba7b91-33d9-4312-bf96-122f7381de34 VfModuleModelDescription:NULL Artifacts UUID List:{ 6d1981a1-c096-4480-88e7-2654e1b33f8f } 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 } 2022-05-19T17:55:49.350Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1f4eb32-a0ca-454e-91d1-258cfef1f9d8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-05-19T17:55:49.350Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-19T17:55:49.350Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:49.531Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-19T17:55:49.531Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml e1f4eb32-a0ca-454e-91d1-258cfef1f9d8 914 2022-05-19T17:55:49.532Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:49.532Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:49.532Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:55:49.532Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:49.533Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:49.533Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982949531, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:55:49.633Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:49.634Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:49.634Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:49.643Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:49.643Z||pool-135-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:55:50.534Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eefe8d9e-6c23-4c41-aa90-685bb9d83e38 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-05-19T17:55:50.534Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-19T17:55:50.534Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:50.827Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-19T17:55:50.827Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env eefe8d9e-6c23-4c41-aa90-685bb9d83e38 12 2022-05-19T17:55:50.828Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:50.828Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:50.828Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:55:50.828Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:50.829Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:50.829Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982950828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:55:50.930Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:50.931Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:50.931Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:50.944Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:50.945Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:51.830Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2f0955bf-d00e-42fe-b163-e779cc0498a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-05-19T17:55:51.830Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-19T17:55:51.830Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:52.129Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-19T17:55:52.129Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2f0955bf-d00e-42fe-b163-e779cc0498a1 96 2022-05-19T17:55:52.129Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:52.129Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:52.129Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:55:52.130Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:52.131Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:52.131Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982952129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:55:52.231Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:52.232Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:52.232Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:52.241Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:52.242Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:53.132Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6d1981a1-c096-4480-88e7-2654e1b33f8f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-05-19T17:55:53.132Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-19T17:55:53.132Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:53.347Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-19T17:55:53.348Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 6d1981a1-c096-4480-88e7-2654e1b33f8f 20206 2022-05-19T17:55:53.348Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:53.349Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:53.349Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:55:53.349Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:53.350Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:53.350Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982953348, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-19T17:55:53.450Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:53.451Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:53.451Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:53.465Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:53.465Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:54.353Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 5f0d336d-8ce6-4d1d-8e58-aab750675efc 2022-05-19T17:55:54.353Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 a8aaae8b-5219-44fd-9c67-16b1e80feb39 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=? 2022-05-19T17:55:54.359Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1be4419c, org.onap.sdc.toscaparser.api.parameters.Input@11653116, org.onap.sdc.toscaparser.api.parameters.Input@5080eaee, org.onap.sdc.toscaparser.api.parameters.Input@4edde62a, org.onap.sdc.toscaparser.api.parameters.Input@770ca6cc] 2022-05-19T17:55:54.360Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.361Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.361Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-05-19T17:55:54.361Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 943eb6cd-6ac7-40f5-9ab7-d1b06c68102e 2022-05-19T17:55:54.361Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 943eb6cd-6ac7-40f5-9ab7-d1b06c68102e matches Tosca VF Customization UUID: 943eb6cd-6ac7-40f5-9ab7-d1b06c68102e 2022-05-19T17:55:54.361Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 943eb6cd-6ac7-40f5-9ab7-d1b06c68102e matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-05-19T17:55:54.363Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.363Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.363Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 943eb6cd-6ac7-40f5-9ab7-d1b06c68102e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-05-19T17:55:54.363Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3914d9a2 2022-05-19T17:55:54.363Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.363Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-05-19T17:55:54.363Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2e8b351f-c5af-4347-8d50-a535d55ae9d7 2022-05-19T17:55:54.364Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2e8b351f-c5af-4347-8d50-a535d55ae9d7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-05-19T17:55:54.365Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.365Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:54.365Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:55:54.366Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.366Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:54.366Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-05-19T17:55:54.366Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.366Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-05-19T17:55:54.366Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=943eb6cd-6ac7-40f5-9ab7-d1b06c68102e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:55:54.367Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 5f0d336d-8ce6-4d1d-8e58-aab750675efc: basic_cnf_macro 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.368Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.369Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.369Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:55:54.369Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:55:54.369Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 (?, ?, ?, ?, ?) 2022-05-19T17:55:54.414Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro a8aaae8b-5219-44fd-9c67-16b1e80feb39 2 ASDC deployResourceStructure 2022-05-19T17:55:54.414Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:54.415Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:54.415Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:55:54.415Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:54.416Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:54.416Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982954414, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:55:54.516Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:54.517Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:54.517Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:54.526Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:54.526Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:55.417Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:55.417Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:55.417Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:55:55.417Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:55.419Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:55.419Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982955417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:55:55.519Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:55.520Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:55.520Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:55.528Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:55.528Z||pool-140-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:55:56.419Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:56.420Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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) 2022-05-19T17:55:56.420Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-19T17:55:56.420Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:56.422Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:56.422Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982956419, "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" } 2022-05-19T17:55:56.522Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:56.523Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:56.523Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:56.532Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:56.533Z||pool-141-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:57.423Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:57.423Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:57.423Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:55:57.423Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:57.424Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:57.425Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982957423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-19T17:55:57.525Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:57.525Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:57.525Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:57.534Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:57.534Z||pool-142-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:58.425Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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 2022-05-19T17:55:58.425Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||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) 2022-05-19T17:55:58.425Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-05-19T17:55:58.426Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:58.427Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:58.427Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982958425, "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" } 2022-05-19T17:55:58.527Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:58.528Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:58.528Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:58.536Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:58.536Z||pool-143-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:55:59.427Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-05-19T17:55:59.428Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-05-19T17:55:59.428Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:55:59.428Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:55:59.429Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:55:59.429Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982959427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:55:59.530Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:55:59.530Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:55:59.530Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:55:59.539Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:55:59.539Z||pool-144-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:56:00.430Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:56:00.439Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:56:00.440Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:56:00.440Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:56:00.440Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:56:30.440Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:56:30.448Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:56:30.449Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:56:30.449Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:56:30.449Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:56:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:56:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:56:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:56:35.661Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:56:35.661Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.661Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.662Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:56:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:56:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:56:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:56:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:56:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:56:35.663Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:57:00.450Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:57:00.460Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:57:00.461Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:57:00.461Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:57:00.461Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:57:30.461Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:57:30.471Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:57:30.473Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:57:30.473Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:57:30.473Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:57:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:57:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:57:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:57:35.659Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:57:35.659Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:57:35.659Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:57:35.659Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:00.473Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:58:00.483Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:58:00.484Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:58:00.484Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:58:00.484Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:58:30.484Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:58:30.495Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:58:30.497Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:58:30.497Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-05-19T17:58:30.497Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-05-19T17:58:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:58:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:58:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:58:35.665Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:58:35.666Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.666Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-19T17:58:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "ves-openapi-manager", "timestamp": 1652982933425, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982931460, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982932546, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982933825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982944737, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982944742, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982944753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982935215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982935640, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982945941, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "cds", "timestamp": 1652982946007, "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=? 2022-05-19T17:58:35.680Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 2022-05-19T17:58:35.681Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982946051, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982946385, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.688Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982947055, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982947229, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.689Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "policy-id", "timestamp": 1652982948058, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:58:35.693Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 2022-05-19T17:58:35.693Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982948343, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982948353, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.699Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.700Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.700Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.700Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.700Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.700Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.700Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982949393, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:58:35.703Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 2022-05-19T17:58:35.703Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982949531, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982940662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "multicloud-k8s-id", "timestamp": 1652982950395, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982950828, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982951902, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982952129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.709Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982953294, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982953348, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982953772, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.710Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "aai-ml", "timestamp": 1652982954297, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:58:35.714Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 2022-05-19T17:58:35.714Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:58:35.720Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.720Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982954414, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.721Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.721Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.721Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.721Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.721Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.721Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652982954775, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:58:35.724Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 2022-05-19T17:58:35.724Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982955417, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982956419, "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" } 2022-05-19T17:58:35.731Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982957423, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982948013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982958425, "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" } 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652982959427, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982963251, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982967254, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:58:35.732Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "clamp", "timestamp": 1652982968256, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:58:35.736Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 2022-05-19T17:58:35.736Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:00.497Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:59:00.506Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:59:00.507Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:00.508Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:59:00.511Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T17:59:30.512Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T17:59:30.518Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and serviceModelVersionId: 5f0d336d-8ce6-4d1d-8e58-aab750675efc 2022-05-19T17:59:30.518Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 193d2019-693b-48b2-986a-ff2bdf6f1282 2022-05-19T17:59:30.518Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0 2022-05-19T17:59:30.521Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T17:59:30.557Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0|INFO|500||Invoke 2022-05-19T17:59:30.558Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[77d8a676-d47e-49cb-8e5e-22dd9c74cd15], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4e71cfc8-d985-4ee8-a4b3-9e2e82ddb431], X-ECOMP-RequestID=[77d8a676-d47e-49cb-8e5e-22dd9c74cd15], X-TransactionId=[], X-ONAP-RequestID=[77d8a676-d47e-49cb-8e5e-22dd9c74cd15], Content-Type=[application/merge-patch+json]} 2022-05-19T17:59:30.579Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T17:59:30.641Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?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/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220519-17:59:30:588-4022], vertex-id=[499944], Content-Length=[0], Date=[Thu, 19 May 2022 17:59:30 GMT], Content-Type=[application/json]} 2022-05-19T17:59:30.641Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-05-19T17:59:30.642Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/193d2019-693b-48b2-986a-ff2bdf6f1282/model-vers/model-ver/5f0d336d-8ce6-4d1d-8e58-aab750675efc?depth=0|INFO|500||InvokeReturn 2022-05-19T17:59:30.642Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T17:59:30.642Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:59:30.648Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T17:59:30.648Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77d8a676-d47e-49cb-8e5e-22dd9c74cd15 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T17:59:30.648Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T17:59:30.648Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:30.650Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:30.650Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983170648, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T17:59:30.750Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:30.751Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:30.751Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:30.760Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:30.760Z||pool-145-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:59:31.662Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:59:31.662Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:59:31.663Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T17:59:35.643Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T17:59:35.643Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:35.665Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.667Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.668Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.669Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.670Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.671Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.672Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.673Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.674Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983053825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.675Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983053425, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "multicloud-k8s-id", "timestamp": 1652983051460, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983055215, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983052546, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.676Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983068446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983068550, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983068635, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983068642, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983060662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:59:35.677Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983069465, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983069645, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.678Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "cds", "timestamp": 1652983069844, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:35.690Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0718ede2-2577-407d-8718-2e8e2e1a3afc 2022-05-19T17:59:35.690Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0718ede2-2577-407d-8718-2e8e2e1a3afc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:35.697Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.697Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "ves-openapi-manager", "timestamp": 1652983070467, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:59:35.701Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0718ede2-2577-407d-8718-2e8e2e1a3afc 2022-05-19T17:59:35.702Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0718ede2-2577-407d-8718-2e8e2e1a3afc and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.708Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "policy-id", "timestamp": 1652983070647, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:59:35.711Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0718ede2-2577-407d-8718-2e8e2e1a3afc 2022-05-19T17:59:35.712Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0718ede2-2577-407d-8718-2e8e2e1a3afc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:35.718Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.718Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983070997, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:59:35.718Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.718Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.718Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.718Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.718Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983072566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983073094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.719Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1652983073568, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:59:35.722Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0718ede2-2577-407d-8718-2e8e2e1a3afc 2022-05-19T17:59:35.723Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0718ede2-2577-407d-8718-2e8e2e1a3afc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:35.729Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.730Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.730Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.730Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.730Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "aai-ml", "timestamp": 1652983074098, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:59:35.733Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0718ede2-2577-407d-8718-2e8e2e1a3afc 2022-05-19T17:59:35.734Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0718ede2-2577-407d-8718-2e8e2e1a3afc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983068013, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.740Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983085270, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:59:35.741Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.741Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.741Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983087277, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:59:35.741Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T17:59:35.741Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T17:59:35.741Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "clamp", "timestamp": 1652983088280, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:59:35.744Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0718ede2-2577-407d-8718-2e8e2e1a3afc 2022-05-19T17:59:35.744Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0718ede2-2577-407d-8718-2e8e2e1a3afc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-05-19T17:59:36.001Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:36.001Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-05-19T17:59:36.001Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"0718ede2-2577-407d-8718-2e8e2e1a3afc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"67c71233-6569-4162-97fa-14ef804e008a","serviceDescription":"service","serviceInvariantUUID":"82babc3c-5ef7-483f-a3a8-154afde0a60a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3cbd3d91-7cc8-4b55-91ed-3b97915c642e","resourceInvariantUUID":"ff24941d-28b0-42f8-8819-2bdd2ecfb0b3","resourceCustomizationUUID":"cf2f00cf-a09e-4ef6-97b3-aa1d5572fcea","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":"MmUzMjI5ZGY4NjkzMTRjYWE3YzYyZmQ5YmQ4YzYzYTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c8af673b-8644-4152-a241-1959ffcf5582","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":"b6fd436b-2633-4499-8d1c-a068a514686d","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":"4b2537ce-2043-4edd-82e4-3d1d550df0ff","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":"YTJjY2IyZDA3NzRlZjVjM2YxNzdjNTIzZDY2MDk0ZjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b87f0233-7e76-492f-9540-28584ca89c6a","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":"7e3565c6-3763-4294-b355-29f244136293","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":"e586c0e0-43f4-4c05-9976-709b180e3372","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":"5e60fce5-bb77-49ee-adf6-786d2a8232c9","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":"M2Q5YTFjMzMwZjU4YjkzNjlmNTI1ZmNhMzhiMzc3ODA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ffbf57d-44d6-40b0-a99c-198d74a6bd11","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTU2MjUzMzcxZDQ3MTI0MjhmNGQ0N2M0ZTI5YTk5OWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f736e79-6756-4756-97dd-69327df1d192","artifactVersion":"1"}],"workloadContext":"Production"} 2022-05-19T17:59:36.003Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:36.003Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:36.005Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:36.005Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:36.105Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:36.105Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:36.105Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:36.114Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:36.114Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:37.005Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:37.005Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:37.007Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:37.007Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:37.107Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:37.108Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:37.108Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:37.116Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:37.116Z||pool-147-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:38.007Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:38.008Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:38.010Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:38.010Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:38.110Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:38.110Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:38.111Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:38.121Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:38.122Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:39.010Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:39.011Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:39.013Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:39.013Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:39.113Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:39.113Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:39.114Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:39.123Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:39.123Z||pool-149-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:40.013Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:40.014Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:40.015Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:40.015Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:40.115Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:40.116Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:40.116Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:40.125Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:40.125Z||pool-150-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:41.016Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:41.016Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:41.018Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:41.018Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:41.118Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:41.118Z||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. 2022-05-19T17:59:41.119Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:41.128Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:41.128Z||pool-151-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:42.018Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:42.018Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:42.020Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:42.020Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:42.120Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:42.121Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:42.121Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:42.130Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:42.130Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:43.020Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:43.021Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:43.022Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:43.022Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T17:59:43.123Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-05-19T17:59:43.123Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:43.123Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:43.132Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:43.132Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:44.023Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-05-19T17:59:44.023Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:44.024Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:44.024Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T17:59:44.125Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:44.125Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:44.125Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:44.134Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:44.134Z||pool-154-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-05-19T17:59:45.025Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "67c71233-6569-4162-97fa-14ef804e008a", "serviceDescription": "service", "serviceInvariantUUID": "82babc3c-5ef7-483f-a3a8-154afde0a60a", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "cf2f00cf-a09e-4ef6-97b3-aa1d5572fcea", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "3cbd3d91-7cc8-4b55-91ed-3b97915c642e", "resourceInvariantUUID": "ff24941d-28b0-42f8-8819-2bdd2ecfb0b3", "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": "YTU2MjUzMzcxZDQ3MTI0MjhmNGQ0N2M0ZTI5YTk5OWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f736e79-6756-4756-97dd-69327df1d192" } ], "workloadContext": "Production" } 2022-05-19T17:59:45.025Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-05-19T17:59:45.025Z|77d8a676-d47e-49cb-8e5e-22dd9c74cd15|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 67c71233-6569-4162-97fa-14ef804e008a ASDC 2022-05-19T17:59:45.026Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:0718ede2-2577-407d-8718-2e8e2e1a3afc ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:67c71233-6569-4162-97fa-14ef804e008a ServiceInvariantUUID:82babc3c-5ef7-483f-a3a8-154afde0a60a 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:4f736e79-6756-4756-97dd-69327df1d192 ArtifactChecksum:YTU2MjUzMzcxZDQ3MTI0MjhmNGQ0N2M0ZTI5YTk5OWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:cf2f00cf-a09e-4ef6-97b3-aa1d5572fcea ResourceInvariantUUID:ff24941d-28b0-42f8-8819-2bdd2ecfb0b3 ResourceName:test-pnf ResourceType:PNF ResourceUUID:3cbd3d91-7cc8-4b55-91ed-3b97915c642e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-05-19T17:59:45.026Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67c71233-6569-4162-97fa-14ef804e008a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T17:59:45.044Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:59:45.045Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-19T17:59:45.045Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-19T17:59:45.045Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4f736e79-6756-4756-97dd-69327df1d192 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-19T17:59:45.045Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-05-19T17:59:45.045Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-19T17:59:45.331Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-05-19T17:59:45.335Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 4f736e79-6756-4756-97dd-69327df1d192 105658 2022-05-19T17:59:45.335Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-19T17:59:45.335Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-19T17:59:45.335Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-05-19T17:59:45.336Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:45.337Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:45.337Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983185335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T17:59:45.437Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:45.438Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:45.438Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:45.447Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:45.447Z||pool-155-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:46.338Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-05-19T17:59:46.338Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-05-19T17:59:46.338Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 4f736e79-6756-4756-97dd-69327df1d192, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.339Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.339Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.339Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.433Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14730031365936617513/Definitions/service-TestPnfMacro-template.yml 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.943Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-05-19T17:59:46.944Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.945Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:67c71233-6569-4162-97fa-14ef804e008a Model Version:NULL Model InvariantUuid:82babc3c-5ef7-483f-a3a8-154afde0a60a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-05-19T17:59:46.950Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3cbd3d91-7cc8-4b55-91ed-3b97915c642e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:59:46.952Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-05-19T17:59:46.952Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3cbd3d91-7cc8-4b55-91ed-3b97915c642e 2022-05-19T17:59:46.952Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 67c71233-6569-4162-97fa-14ef804e008a 2022-05-19T17:59:46.952Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 67c71233-6569-4162-97fa-14ef804e008a 2022-05-19T17:59:46.952Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 3cbd3d91-7cc8-4b55-91ed-3b97915c642e ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@21e71fd4, org.onap.sdc.toscaparser.api.parameters.Input@4d0c9ce4, org.onap.sdc.toscaparser.api.parameters.Input@3d0c0afa, org.onap.sdc.toscaparser.api.parameters.Input@31c1ad3f, org.onap.sdc.toscaparser.api.parameters.Input@28411d6c] 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 67c71233-6569-4162-97fa-14ef804e008a: test-pnf 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||Processing PNF resource: 3cbd3d91-7cc8-4b55-91ed-3b97915c642e 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-05-19T17:59:46.955Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||Resource customization UUID: cf2f00cf-a09e-4ef6-97b3-aa1d5572fcea is the same as notified resource customizationUUID: cf2f00cf-a09e-4ef6-97b3-aa1d5572fcea Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-05-19T17:59:46.985Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 3cbd3d91-7cc8-4b55-91ed-3b97915c642e 0 ASDC deployResourceStructure 2022-05-19T17:59:46.985Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-05-19T17:59:46.985Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-05-19T17:59:46.986Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-05-19T17:59:46.986Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T17:59:46.987Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T17:59:46.987Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983186985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T17:59:47.087Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T17:59:47.088Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T17:59:47.088Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T17:59:47.097Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T17:59:47.097Z||pool-156-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-05-19T17:59:47.988Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0718ede2-2577-407d-8718-2e8e2e1a3afc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:59:47.998Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0718ede2-2577-407d-8718-2e8e2e1a3afc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:48.000Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-05-19T17:59:48.001Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-05-19T17:59:48.005Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-05-19T18:00:18.005Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0718ede2-2577-407d-8718-2e8e2e1a3afc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-05-19T18:00:18.010Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0718ede2-2577-407d-8718-2e8e2e1a3afc and serviceModelVersionId: 67c71233-6569-4162-97fa-14ef804e008a 2022-05-19T18:00:18.011Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82babc3c-5ef7-483f-a3a8-154afde0a60a 2022-05-19T18:00:18.011Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82babc3c-5ef7-483f-a3a8-154afde0a60a/model-vers/model-ver/67c71233-6569-4162-97fa-14ef804e008a?depth=0 2022-05-19T18:00:18.015Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-05-19T18:00:18.036Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82babc3c-5ef7-483f-a3a8-154afde0a60a/model-vers/model-ver/67c71233-6569-4162-97fa-14ef804e008a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-05-19T18:00:18.037Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82babc3c-5ef7-483f-a3a8-154afde0a60a/model-vers/model-ver/67c71233-6569-4162-97fa-14ef804e008a?depth=0|INFO|500||Invoke 2022-05-19T18:00:18.051Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82babc3c-5ef7-483f-a3a8-154afde0a60a/model-vers/model-ver/67c71233-6569-4162-97fa-14ef804e008a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-05-19T18:00:18.430Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82babc3c-5ef7-483f-a3a8-154afde0a60a/model-vers/model-ver/67c71233-6569-4162-97fa-14ef804e008a?depth=0|INFO|500||InvokeReturn 2022-05-19T18:00:18.430Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82babc3c-5ef7-483f-a3a8-154afde0a60a/model-vers/model-ver/67c71233-6569-4162-97fa-14ef804e008a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220519-18:00:18:058-87990], vertex-id=[512232], Content-Length=[0], Date=[Thu, 19 May 2022 18:00:18 GMT], Content-Type=[application/json]} 2022-05-19T18:00:18.431Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-05-19T18:00:18.431Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-05-19T18:00:18.431Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-05-19T18:00:18.437Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-05-19T18:00:18.437Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0718ede2-2577-407d-8718-2e8e2e1a3afc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-05-19T18:00:18.437Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-05-19T18:00:18.437Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-05-19T18:00:18.439Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-05-19T18:00:18.439Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983218437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T18:00:18.539Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-05-19T18:00:18.539Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-05-19T18:00:18.540Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:00:18.552Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:00:18.552Z||pool-157-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-05-19T18:00:19.451Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:00:19.451Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:00:19.452Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:00:28.980Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:00:28.980Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:00:28.980Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:00:28.981Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:00:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:00:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:00:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:00:35.690Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:00:35.691Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-05-19T18:00:35.691Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d8a676-d47e-49cb-8e5e-22dd9c74cd15", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983170648, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T18:00:35.692Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T18:00:38.510Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:00:38.510Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:00:38.511Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:00:38.511Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:00:48.040Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:00:48.041Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:00:48.041Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:00:48.041Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:00:57.575Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:01:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:01:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:01:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:01:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:01:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:01:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:01:35.660Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:01:35.660Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-05-19T18:01:35.660Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T18:01:35.661Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-05-19T18:01:45.173Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:02:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:02:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:02:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:02:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:02:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:02:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:02:36.158Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:02:36.159Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.159Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983171662, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983185335, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-05-19T18:02:36.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T18:02:36.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983186985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-05-19T18:02:36.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T18:02:36.162Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-05-19T18:02:36.162Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0718ede2-2577-407d-8718-2e8e2e1a3afc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1652983218437, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-05-19T18:02:36.162Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-05-19T18:02:45.174Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:03:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:03:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:03:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:03:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:03:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:03:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:03:45.172Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:03:45.174Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:04:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:04:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:04:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:04:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:04:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:04:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:04:45.173Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:04:45.173Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:05:35.640Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:05:35.640Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:05:35.641Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:05:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:05:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:05:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:05:45.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:05:45.175Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:06:35.641Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:06:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:06:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:06:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:06:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:06:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:06:45.176Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:06:45.178Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:07:35.640Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:07:35.641Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:07:35.641Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:07:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:07:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:07:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:07:45.174Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:07:45.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:08:35.640Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:08:35.641Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:08:35.641Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:08:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:08:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:08:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:08:45.178Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:08:45.178Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:09:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:09:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:09:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:09:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:09:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:09:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:09:45.174Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:09:45.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:10:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:10:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:10:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:10:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:10:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:10:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:10:45.173Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:10:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:11:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:11:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:11:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:11:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:11:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:11:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:11:45.174Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:11:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:12:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:12:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:12:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:12:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:12:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:12:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:12:45.175Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:12:45.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:13:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:13:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:13:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:13:35.642Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:13:35.642Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:13:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:13:45.174Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:13:45.175Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:14:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:14:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:14:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:14:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:14:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:14:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:14:45.174Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:14:45.177Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:15:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:15:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:15:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:15:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:15:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:15:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:15:45.173Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:15:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:16:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:16:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:16:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:16:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:16:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:16:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:16:45.174Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:16:45.177Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:17:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:17:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:17:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:17:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:17:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:17:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:17:45.174Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:17:45.176Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:18:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:18:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:18:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:18:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:18:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:18:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:18:45.177Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:18:45.214Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:19:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:19:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:19:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:19:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:19:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:19:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:19:45.172Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:19:45.175Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:20:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:20:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:20:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:20:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:20:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:20:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:20:45.173Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:20:45.176Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:21:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:21:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:21:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:21:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:21:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:21:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:21:45.172Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:21:45.174Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:22:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:22:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:22:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:22:35.642Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:22:35.642Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:22:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:22:45.171Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:22:45.173Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:23:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:23:35.640Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:23:35.641Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:23:35.642Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:23:35.642Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:23:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:23:45.175Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:23:45.175Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:24:35.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:24:35.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:24:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:24:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:24:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:24:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:24:45.172Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:24:45.175Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:25:35.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:25:35.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:25:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:25:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:25:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:25:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:25:45.173Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:25:45.175Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:26:35.640Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:26:35.641Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:26:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:26:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:26:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:26:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:26:45.170Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:26:45.172Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:27:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:27:35.640Z||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. 2022-05-19T18:27:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:27:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:27:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:27:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:27:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:27:45.176Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:28:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:28:35.640Z||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. 2022-05-19T18:28:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:28:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:28:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:28:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:28:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:28:45.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:29:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:29:35.641Z||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. 2022-05-19T18:29:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:29:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:29:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:29:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:29:45.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:29:45.174Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:30:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:30:35.640Z||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. 2022-05-19T18:30:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:30:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:30:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:30:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:30:45.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:30:45.174Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:31:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:31:35.640Z||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. 2022-05-19T18:31:35.640Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:31:35.642Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:31:35.642Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:31:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:31:45.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:31:45.179Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:32:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:32:35.640Z||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. 2022-05-19T18:32:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:32:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:32:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:32:35.642Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:32:45.180Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:32:45.182Z|0718ede2-2577-407d-8718-2e8e2e1a3afc|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:33:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:33:35.641Z||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. 2022-05-19T18:33:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:33:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:33:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:33:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:33:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:33:45.176Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:34:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:34:35.641Z||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. 2022-05-19T18:34:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:34:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:34:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:34:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:34:45.182Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:34:45.191Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:35:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:35:35.641Z||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. 2022-05-19T18:35:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:35:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:35:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:35:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:35:45.179Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:35:45.179Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:36:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:36:35.640Z||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. 2022-05-19T18:36:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:36:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:36:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:36:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:36:45.185Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:36:45.187Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:37:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:37:35.640Z||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. 2022-05-19T18:37:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:37:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:37:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:37:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:37:45.172Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:37:45.174Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:38:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:38:35.640Z||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. 2022-05-19T18:38:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:38:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:38:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:38:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:38:45.173Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:38:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:39:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:39:35.640Z||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. 2022-05-19T18:39:35.640Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:39:35.642Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:39:35.642Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:39:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:39:45.175Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:39:45.177Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:40:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:40:35.640Z||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. 2022-05-19T18:40:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:40:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:40:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:40:35.642Z|b8bb0c10-a133-43e6-86ef-ee905518690d|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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:40:45.172Z|b8bb0c10-a133-43e6-86ef-ee905518690d|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:40:45.174Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:41:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:41:35.641Z||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. 2022-05-19T18:41:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:41:35.642Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:41:35.642Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:41:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:41:45.177Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:41:45.177Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:42:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:42:35.641Z||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. 2022-05-19T18:42:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:42:35.642Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:42:35.642Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:42:35.642Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:42:45.186Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:42:45.186Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-05-19T18:43:35.640Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:43:35.641Z||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. 2022-05-19T18:43:35.641Z||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 vYBkuzdyG6xYjJ3M) ... 2022-05-19T18:43:35.642Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-05-19T18:43:35.642Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-05-19T18:43:35.642Z||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 vYBkuzdyG6xYjJ3M) ...